Package xal.rbac
Class RBACException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xal.rbac.RBACException
- All Implemented Interfaces:
Serializable
This exception is thrown if there is an error while using
RBACLogin
or RBACSubject
.- Author:
- Ivo List
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRBACException
(String message) Constructs a new exception with the specified detail message.RBACException
(String message, Throwable cause) RBACException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RBACException
Constructs a new exception with the specified detail message. The cause is not initialised, and may subsequently be initialized by a call toThrowable.initCause(Throwable)
.- Parameters:
message
- the detailed message of the exception
-
RBACException
-
RBACException
-