public class SaSystemException extends SaBasicException
| Constructor and Description |
|---|
SaSystemException(String errorMessage)
Constructs
SaRMICommandException with the specified
message. |
SaSystemException(String errorMessage,
Throwable cause)
Constructs
SaRMICommandException with the specified
message and nested exception. |
SaSystemException(Throwable cause)
Constructs
SaRMICommandException with the specified
message and nested exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SaSystemException(String errorMessage)
SaRMICommandException with the specified
message.errorMessage - Messagepublic SaSystemException(String errorMessage, Throwable cause)
SaRMICommandException with the specified
message and nested exception.errorMessage - Messagecause - Thowablepublic SaSystemException(Throwable cause)
SaRMICommandException with the specified
message and nested exception.cause - ThowableCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.