org.bss.esb.transport
Class TransportException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.bss.esb.transport.TransportException
All Implemented Interfaces:
java.io.Serializable

public class TransportException
extends java.lang.Exception

This exception is thrown by the TransportHandler in case it is not able to send the message to the given destination. Cause of failure could be any system error or the destination being down.

Version:
1.0
Author:
Balwinder Sodhi
See Also:
TransportHandler, Serialized Form

Constructor Summary
TransportException(java.lang.String s)
           
TransportException(java.lang.String s, java.lang.Throwable throwable)
           
TransportException(java.lang.Throwable throwable)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransportException

public TransportException(java.lang.String s)

TransportException

public TransportException(java.lang.Throwable throwable)

TransportException

public TransportException(java.lang.String s,
                          java.lang.Throwable throwable)


Copyright © 2005 Balwinder Sodhi. All Rights Reserved.