Package com.saperion.exception
Class SaSetACLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.exception.SaBasicException
com.saperion.exception.SaSetACLException
- All Implemented Interfaces:
Serializable
SaSetACLException will be thrown in case of a ACL could not be set in the backend.
- Author:
- rad
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSaSetACLException(String message) ConstructsSaSetACLExceptionwith the specified message.SaSetACLException(String message, Throwable cause) ConstructsSaSetACLExceptionwith the specified message and nested exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaSetACLException
ConstructsSaSetACLExceptionwith the specified message.- Parameters:
message- the detail message (which is saved for later retrieval by theThrowable.getMessage()method).- See Also:
-
SaSetACLException
ConstructsSaSetACLExceptionwith the specified message and nested exception.- Parameters:
message- the detail message (which is saved for later retrieval by theThrowable.getMessage()method).cause- the cause (which is saved for later retrieval by theThrowable.getCause()method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)- See Also:
-