Package xal.rbac

Class RBACException

All Implemented Interfaces:
Serializable

public class RBACException extends Exception
This exception is thrown if there is an error while using RBACLogin or RBACSubject.
Author:
Ivo List
See Also:
  • Constructor Details

    • RBACException

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

      public RBACException(Throwable cause)
    • RBACException

      public RBACException(String message, Throwable cause)