public class SMProxyException extends ExceptionWithInnerException
com.entrust.toolkit.smproxy package.| Constructor and Description |
|---|
SMProxyException(java.lang.String message)
Create an SMProxy Exception with the given message
|
SMProxyException(java.lang.String message,
java.lang.Exception cause)
Create an SMProxy Exception with the given message and cause
|
getMessageChain, getMessageChainpublic SMProxyException(java.lang.String message)
message - public SMProxyException(java.lang.String message,
java.lang.Exception cause)
message - the exception message.cause - the Exception that is the cause of this Exception