public class SaSetACLException extends SaBasicException
| Constructor and Description |
|---|
SaSetACLException(String message)
Constructs
SaSetACLException with the specified
message. |
SaSetACLException(String message,
Throwable cause)
Constructs
SaSetACLException with the specified
message and nested exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SaSetACLException(String message)
SaSetACLException with the specified
message.message - the detail message (which is saved for later retrieval by the
Throwable.getMessage() method).SaBasicException.SaBasicException(String)public SaSetACLException(String message, Throwable cause)
SaSetACLException with the specified
message and nested exception.message - the detail message (which is saved for later retrieval by the
Throwable.getMessage() method).cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)SaBasicException.SaBasicException(String,Throwable)Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.