Package com.sas.lsaf.security.role
Class RoleExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.lsaf.core.AbstractCheckedException
com.sas.lsaf.security.role.RoleException
com.sas.lsaf.security.role.RoleExistsException
- All Implemented Interfaces:
Serializable
Thrown when an attempt is made to define a role that is already defined; or add an inherited role that
is already inherited.
- Since:
- 1.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRoleExistsException(String message) Constructs aRoleExistsExceptionwith the specified detail message. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RoleExistsException
Constructs aRoleExistsExceptionwith the specified detail message.- Parameters:
message- the detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()method).
-