Package com.sas.lsaf.security.acl
Class AclNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.security.acl.AclException
-
- com.sas.lsaf.security.acl.AclNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class AclNotFoundException extends AclException
Thrown when an error is encountered while getting an ACL.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AclNotFoundException(java.lang.String message)
Constructs anAclNotFoundException
with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
AclNotFoundException
public AclNotFoundException(java.lang.String message)
Constructs anAclNotFoundException
with the specified detail message.- Parameters:
message
- the detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-