Package org.imixs.workflow.exceptions
Klasse InvalidAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.imixs.workflow.exceptions.InvalidAccessException
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
AccessDeniedException,AdminPException,ProcessingErrorException
An InvalidAccessException is a runtime exception which should be thrown by a
Imixs Workflow component if a method call is invalid or the data structure is
in an invalid state.
The property errorCode specifies the exception type. Extensions of this
Exception may add additional errorCodes.
- Autor:
- rsoika
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungInvalidAccessException(String message) InvalidAccessException(String message, Exception e) InvalidAccessException(String aErrorCode, String message) InvalidAccessException(String aErrorCode, String message, Exception e) InvalidAccessException(String aErrorContext, String aErrorCode, String message) InvalidAccessException(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
-
OPERATION_NOTALLOWED
- Siehe auch:
-
INVALID_ID
- Siehe auch:
-
INVALID_INDEX
- Siehe auch:
-
errorCode
-
errorContext
-
-
Konstruktordetails
-
InvalidAccessException
-
InvalidAccessException
-
InvalidAccessException
-
InvalidAccessException
-
InvalidAccessException
-
InvalidAccessException
-
-
Methodendetails
-
getErrorContext
-
setErrorContext
-
getErrorCode
-
setErrorCode
-