public class SaSetContentException extends SaJCRException
| Constructor and Description |
|---|
SaSetContentException(String message)
Constructs
SaSetContentException with the specified
message. |
SaSetContentException(String message,
Throwable cause)
Constructs
SaSetContentException with the specified
message and nested exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SaSetContentException(String message)
SaSetContentException with the specified
message.message - the detail message (which is saved for later retrieval by the
Throwable.getMessage() method).SaBasicException.SaBasicException(String)public SaSetContentException(String message, Throwable cause)
SaSetContentException 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.