Package com.sas.lsaf.security.acl
Class AclUpdateException
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.AclUpdateException
- All Implemented Interfaces:
Serializable
Thrown when an error is encountered while updating an ACL.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAclUpdateException(String message) Constructs anAclUpdateExceptionwith 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
-
AclUpdateException
Constructs anAclUpdateExceptionwith the specified detail message.- Parameters:
message- the detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()method).
-