java.lang.Object
java.lang.Throwable
java.lang.Exception
jdk.crac.RestoreException
- All Implemented Interfaces:
Serializable
This exception works as an aggregate for all errors found during restore;
these are recorded as suppressed exceptions.
The exception does not have any own message, cause nor collects stack trace.
- See Also:
-
Constructor Summary
-
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RestoreException
public RestoreException()Creates aRestoreException
.
-