Class DocumentAuthorizationException

All Implemented Interfaces:
Serializable

public class DocumentAuthorizationException extends AuthorizationException
Represents an exception that is thrown when a given user is not authorized to take a given action on the given document type
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • DocumentAuthorizationException

      public DocumentAuthorizationException(String userId, String action, String documentId)
      Constructs a DocumentAuthorizationException for a specific document rather than a documentType.
      Parameters:
      userId -
      action -
      documentId -
    • DocumentAuthorizationException

      public DocumentAuthorizationException(String userId, String action, String documentId, Map<String,Object> requestAuthDetails)
  • Method Details