Package org.imixs.workflow.exceptions
Class IndexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.imixs.workflow.exceptions.IndexException
- All Implemented Interfaces:
Serializable
An IndexException is a runtime exception which is thrown by a Imixs Workflow
component if a index is not read or writable. .
- Author:
- rsoika
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIndexException(String message) IndexException(String message, Exception e) IndexException(String aErrorCode, String message) IndexException(String aErrorCode, String message, Exception e) IndexException(String aErrorContext, String aErrorCode, String message) IndexException(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_INDEX
- See Also:
-
errorCode
-
errorContext
-
-
Constructor Details
-
IndexException
-
IndexException
-
IndexException
-
IndexException
-
IndexException
-
IndexException
-
-
Method Details
-
getErrorContext
-
setErrorContext
-
getErrorCode
-
setErrorCode
-