Class AccessDeniedException

All Implemented Interfaces:
Serializable

public class AccessDeniedException extends AbstractRuntimeException
Thrown when the user does not have appropriate permissions for the action they attempted.
Since:
1.1
See Also:
  • Constructor Details

    • AccessDeniedException

      public AccessDeniedException(String message)
      Construct an AccessDeniedException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage() method).