Package com.sas.lsaf.security.privilege
Class PrivilegeNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.security.privilege.PrivilegeException
-
- com.sas.lsaf.security.privilege.PrivilegeNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class PrivilegeNotFoundException extends PrivilegeException
Thrown when a privilege specified is not defined.- Since:
- 1.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrivilegeNotFoundException(java.lang.String message)
Constructs aPrivilegeNotFoundException
with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
PrivilegeNotFoundException
public PrivilegeNotFoundException(java.lang.String message)
Constructs aPrivilegeNotFoundException
with the specified detail message.- Parameters:
message
- the detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-