Class InvalidAccessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.imixs.workflow.exceptions.InvalidAccessException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccessDeniedException, AdminPException, ProcessingErrorException

public class InvalidAccessException extends RuntimeException
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.
Author:
rsoika
See Also:
  • Field Details

  • Constructor Details

    • InvalidAccessException

      public InvalidAccessException(String message)
    • InvalidAccessException

      public InvalidAccessException(String message, Exception e)
    • InvalidAccessException

      public InvalidAccessException(String aErrorCode, String message)
    • InvalidAccessException

      public InvalidAccessException(String aErrorCode, String message, Exception e)
    • InvalidAccessException

      public InvalidAccessException(String aErrorContext, String aErrorCode, String message)
    • InvalidAccessException

      public InvalidAccessException(String aErrorContext, String aErrorCode, String message, Exception e)
  • Method Details

    • getErrorContext

      public String getErrorContext()
    • setErrorContext

      public void setErrorContext(String errorContext)
    • getErrorCode

      public String getErrorCode()
    • setErrorCode

      public void setErrorCode(String errorCode)