public class SIMessageContextException extends MessageContextException
| Constructor and Description |
|---|
SIMessageContextException()
Deprecated.
Default constructor.
|
SIMessageContextException(java.lang.String reason)
Deprecated.
Construct a new SIMessageContextException.
|
SIMessageContextException(java.lang.String message,
java.lang.Throwable cause)
Deprecated.
Construct a new SIMessageContextException.
|
SIMessageContextException(java.lang.Throwable e)
Deprecated.
Constructor which wraps an exception.
|
public SIMessageContextException()
public SIMessageContextException(java.lang.String reason)
reason - Text describing why this exception was constructedpublic SIMessageContextException(java.lang.String message,
java.lang.Throwable cause)
message - Text describing why this exception was constructedcause - The chained exception for this exceptionpublic SIMessageContextException(java.lang.Throwable e)