Package com.sas.lsaf.security.role
Class RoleNotFoundException
- 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.RoleNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class RoleNotFoundException extends RoleException
Thrown when the specified role was not found on the server.- Since:
- 1.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RoleNotFoundException(java.lang.String message)
Constructs aRoleNotFoundException
with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
RoleNotFoundException
public RoleNotFoundException(java.lang.String message)
Constructs aRoleNotFoundException
with the specified detail message.- Parameters:
message
- the detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-