Package org.imixs.archive.core
Class SnapshotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.imixs.archive.core.SnapshotException
- All Implemented Interfaces:
Serializable
An SnapshotException is a runtime exception which is thrown by a
SnapshotService if data is not read or writable.
- Author:
- rsoika
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSnapshotException(String message) SnapshotException(String message, Exception e) SnapshotException(String aErrorCode, String message) SnapshotException(String aErrorCode, String message, Exception e) SnapshotException(String aErrorContext, String aErrorCode, String message) SnapshotException(String aErrorContext, String aErrorCode, String message, Exception e) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetErrorCode(String errorCode) voidsetErrorContext(String errorContext) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INVALID_DATA
- See Also:
-
errorCode
-
errorContext
-
-
Constructor Details
-
SnapshotException
-
SnapshotException
-
SnapshotException
-
SnapshotException
-
SnapshotException
-
SnapshotException
-
-
Method Details
-
getErrorContext
-
setErrorContext
-
getErrorCode
-
setErrorCode
-