Package org.imixs.workflow.engine.adminp
Class AdminPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.imixs.workflow.exceptions.InvalidAccessException
-
- org.imixs.workflow.engine.adminp.AdminPException
-
- All Implemented Interfaces:
Serializable
public class AdminPException extends InvalidAccessException
This Exception is thrown by the AdminPService- Author:
- rsoika
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringINVALID_PARAMS-
Fields inherited from class org.imixs.workflow.exceptions.InvalidAccessException
errorCode, errorContext, INVALID_ID, INVALID_INDEX, OPERATION_NOTALLOWED
-
-
Constructor Summary
Constructors Constructor Description AdminPException(String aErrorCode, String message)AdminPException(String aErrorCode, String message, Exception e)
-
Method Summary
-
Methods inherited from class org.imixs.workflow.exceptions.InvalidAccessException
getErrorCode, getErrorContext, setErrorCode, setErrorContext
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-