IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sib.mediation.session
Class SIDestinationNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.ws.exception.WsException
              extended by com.ibm.websphere.sib.mediation.session.SIMediationSessionException
                  extended by com.ibm.websphere.sib.mediation.session.SIDestinationNotFoundException
All Implemented Interfaces:
com.ibm.ws.exception.WsNestedException, java.io.Serializable

public class SIDestinationNotFoundException
extends SIMediationSessionException

This exception is thrown when an attempt is made to interact with a Destination when the given Destination name does not exist.

See Also:
Serialized Form

Constructor Summary
SIDestinationNotFoundException()
          Constructs an empty exception with no message or root cause.
SIDestinationNotFoundException(java.lang.String message)
          Constructs the exception with an error message and no root cause.
SIDestinationNotFoundException(java.lang.String message, java.lang.Throwable rootCause)
          Constructs the exception with an error message and a root cause.
SIDestinationNotFoundException(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

SIDestinationNotFoundException

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


SIDestinationNotFoundException

public SIDestinationNotFoundException(java.lang.String message)
Constructs the exception with an error message and no root cause.

Parameters:
message - the associated error message

SIDestinationNotFoundException

public SIDestinationNotFoundException(java.lang.String message,
                                      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

SIDestinationNotFoundException

public SIDestinationNotFoundException(java.lang.Throwable rootCause)
Constructs the exception with no error message and a root cause.

Parameters:
rootCause - the root cause of this exception

IBM WebSphere Application ServerTM
Release 7