public class SIMediationRoutingException extends SIMediationSessionException
This exception is thrown when an error occurs while attempting to send or receive a message.
Constructor and Description |
---|
SIMediationRoutingException()
Constructs an empty exception with no message or root cause.
|
SIMediationRoutingException(java.lang.String message)
Constructs the exception with an error message and no root cause.
|
SIMediationRoutingException(java.lang.String message,
java.lang.Throwable rootCause)
Constructs the exception with an error message and a root cause.
|
SIMediationRoutingException(java.lang.Throwable rootCause)
Constructs the exception with no error message and a root cause.
|
public SIMediationRoutingException()
public SIMediationRoutingException(java.lang.String message)
message
- the associated error messagepublic SIMediationRoutingException(java.lang.String message, java.lang.Throwable rootCause)
message
- the associated error messagerootCause
- the root cause of this exceptionpublic SIMediationRoutingException(java.lang.Throwable rootCause)
rootCause
- the root cause of this exception