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:
Serializable
Thrown when an error is encountered while getting an ACL.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAclNotFoundException(String message) Constructs anAclNotFoundExceptionwith 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
-
AclNotFoundException
Constructs anAclNotFoundExceptionwith the specified detail message.- Parameters:
message- the detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()method).
-