Package org.imixs.workflow.exceptions
Klasse ProcessingErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.imixs.workflow.exceptions.InvalidAccessException
org.imixs.workflow.exceptions.ProcessingErrorException
- Alle implementierten Schnittstellen:
Serializable
An ProcessingErrorException is a RuntimeExcption thrown by the
workflowManager if an error occurs during the process method
- Autor:
- rsoika
- Siehe auch:
-
Feldübersicht
FelderVon Klasse geerbte Felder org.imixs.workflow.exceptions.InvalidAccessException
errorCode, errorContext, INVALID_ID, INVALID_INDEX, OPERATION_NOTALLOWED -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungProcessingErrorException(String aErrorCode, String message) ProcessingErrorException(String aErrorContext, String aErrorCode, String message) ProcessingErrorException(String aErrorContext, String aErrorCode, String message, Exception e) -
Methodenübersicht
Von Klasse geerbte Methoden org.imixs.workflow.exceptions.InvalidAccessException
getErrorCode, getErrorContext, setErrorCode, setErrorContextVon Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Felddetails
-
INVALID_MODELVERSION
- Siehe auch:
-
INVALID_WORKITEM
- Siehe auch:
-
INVALID_PROCESSID
- Siehe auch:
-
-
Konstruktordetails
-
ProcessingErrorException
-
ProcessingErrorException
-
ProcessingErrorException
-