Package org.imixs.archive.export
Class ExportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.imixs.archive.export.ExportException
- All Implemented Interfaces:
Serializable
ImixsArchiveException is thrown by the Imxis-Archive Service
- Version:
- 1.0
- Author:
- rsoika
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExportException(String aErrorCode, String message) ExportException(String aErrorCode, String message, Exception e) ExportException(String aErrorContext, String aErrorCode, String message) ExportException(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
-
errorContext
-
errorCode
-
INVALID_DOCUMENT_OBJECT
- See Also:
-
INVALID_KEYSPACE
- See Also:
-
INVALID_WORKITEM
- See Also:
-
MD5_ERROR
- See Also:
-
MISSING_CONTACTPOINT
- See Also:
-
SYNC_ERROR
- See Also:
-
-
Constructor Details
-
ExportException
-
ExportException
-
ExportException
-
ExportException
-
-
Method Details
-
getErrorContext
-
setErrorContext
-
getErrorCode
-
setErrorCode
-