com.ibm.websphere.sib.mediation.session

Class SIMediationRoutingException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.ws.exception.WsException
  5. extended bycom.ibm.websphere.sib.mediation.session.SIMediationSessionException
  6. extended bycom.ibm.websphere.sib.mediation.session.SIMediationRoutingException
All implemented interfaces:
com.ibm.ws.exception.WsNestedException, java.io.Serializable

  1. public class SIMediationRoutingException
  2. extends SIMediationSessionException

This exception is thrown when an error occurs while attempting to send or receive a message.

See Also:
Serialized Form

Constructor Summary

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.

Method Summary

Methods inherited from class com.ibm.ws.exception.WsException
getCause, initCause
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

SIMediationRoutingException

  1. public SIMediationRoutingException( )
Constructs an empty exception with no message or root cause.

SIMediationRoutingException

  1. public SIMediationRoutingException( java.lang.String message)
Constructs the exception with an error message and no root cause.
Parameters:
message - the associated error message

SIMediationRoutingException

  1. public SIMediationRoutingException( java.lang.String message,
  2. java.lang.Throwable rootCause)
Constructs the exception with an error message and a root cause.
Parameters:
message - the associated error message
rootCause - the root cause of this exception

SIMediationRoutingException

  1. public SIMediationRoutingException( java.lang.Throwable rootCause)
Constructs the exception with no error message and a root cause.
Parameters:
rootCause - the root cause of this exception