Package org.imixs.workflow.exceptions
Klasse IndexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.imixs.workflow.exceptions.IndexException
- Alle implementierten Schnittstellen:
Serializable
An IndexException is a runtime exception which is thrown by a Imixs Workflow
component if a index is not read or writable. .
- Autor:
- rsoika
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungIndexException(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) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidsetErrorCode(String errorCode) voidsetErrorContext(String errorContext) Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Felddetails
-
INVALID_INDEX
- Siehe auch:
-
errorCode
-
errorContext
-
-
Konstruktordetails
-
IndexException
-
IndexException
-
IndexException
-
IndexException
-
IndexException
-
IndexException
-
-
Methodendetails
-
getErrorContext
-
setErrorContext
-
getErrorCode
-
setErrorCode
-