Package com.sas.lsaf.security.acl
Class AclValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sas.lsaf.core.AbstractRuntimeException
com.sas.lsaf.security.acl.AclRuntimeException
com.sas.lsaf.security.acl.AclValidationException
- All Implemented Interfaces:
Serializable
Thrown if an action could not be completed because there was an issue with the acl.
- Since:
- 2.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAclValidationException(String message) Constructs aAclValidationExceptionwith the specified path and message. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractRuntimeException
getMessage, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AclValidationException
Constructs aAclValidationExceptionwith the specified path and message.- Parameters:
message- the detail message (which is saved for later retrieval by theAbstractRuntimeException.getMessage()method).
-