Package org.imixs.archive.service
Class ArchiveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.imixs.archive.service.ArchiveException
-
- All Implemented Interfaces:
Serializable
public class ArchiveException extends Exception
ImixsArchiveException is thrown by the Imxis-Archive Service- Version:
- 1.0
- Author:
- rsoika
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringerrorCodeprotected StringerrorContextstatic StringINVALID_DOCUMENT_OBJECTstatic StringINVALID_KEYSPACEstatic StringINVALID_WORKITEMstatic StringMD5_ERRORstatic StringMISSING_CONTACTPOINTstatic StringSYNC_ERROR
-
Constructor Summary
Constructors Constructor Description ArchiveException(String aErrorCode, String message)ArchiveException(String aErrorCode, String message, Exception e)ArchiveException(String aErrorContext, String aErrorCode, String message)ArchiveException(String aErrorContext, String aErrorCode, String message, Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorCode()StringgetErrorContext()voidsetErrorCode(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 Detail
-
errorContext
protected String errorContext
-
errorCode
protected String errorCode
-
INVALID_DOCUMENT_OBJECT
public static final String INVALID_DOCUMENT_OBJECT
- See Also:
- Constant Field Values
-
INVALID_KEYSPACE
public static final String INVALID_KEYSPACE
- See Also:
- Constant Field Values
-
INVALID_WORKITEM
public static final String INVALID_WORKITEM
- See Also:
- Constant Field Values
-
MD5_ERROR
public static final String MD5_ERROR
- See Also:
- Constant Field Values
-
MISSING_CONTACTPOINT
public static final String MISSING_CONTACTPOINT
- See Also:
- Constant Field Values
-
SYNC_ERROR
public static final String SYNC_ERROR
- See Also:
- Constant Field Values
-
-