Package com.sas.lsaf.security.role
Class RoleContextNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.sas.lsaf.core.AbstractRuntimeException
-
- com.sas.lsaf.security.role.RoleContextNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class RoleContextNotFoundException extends AbstractRuntimeException
Thrown when the specified role context could not be found.- Since:
- 1.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RoleContextNotFoundException(java.lang.String message)
Constructs aRoleContextNotFoundException
with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractRuntimeException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
RoleContextNotFoundException
public RoleContextNotFoundException(java.lang.String message)
Constructs aRoleContextNotFoundException
with the specified detail message.- Parameters:
message
- the detail message (which is saved for later retrieval by theAbstractRuntimeException.getMessage()
method).
-
-