Class AccessDeniedException

  • All Implemented Interfaces:
    Serializable

    public class AccessDeniedException
    extends InvalidAccessException
    An AccessDeniedException should be thrown by a Imixs Workflow component if the callerPrincipal is not allowed to access an instance of a workitem.
    Author:
    rsoika
    See Also:
    Serialized Form
    • Constructor Detail

      • AccessDeniedException

        public AccessDeniedException​(String aErrorCode,
                                     String message)