|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.bss.esb.transport.TransportException
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.
TransportHandler
,
Serialized FormConstructor 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 |
public TransportException(java.lang.String s)
public TransportException(java.lang.Throwable throwable)
public TransportException(java.lang.String s, java.lang.Throwable throwable)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |