Package xal.rbac

Class AccessDeniedException

All Implemented Interfaces:
Serializable

public class AccessDeniedException extends Exception
AccessDeniedException is an exception which is thrown when the user does not have permission to executed the action, because he is no longer logged in.
Author:
Jaka Bobnar
See Also:
  • Constructor Details

    • AccessDeniedException

      public AccessDeniedException(String message)
      Constructs a new exception with the specified detail message. The cause is not initialised, and may subsequently be initialised by a call to Throwable.initCause(Throwable).
      Parameters:
      message - the detailed message of the exception
    • AccessDeniedException

      public AccessDeniedException(Throwable cause)