org.apache.qpid.transport
Class TransportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.qpid.transport.TransportException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectionException, SenderException, SessionException

public class TransportException
extends RuntimeException

TransportException

See Also:
Serialized Form

Constructor Summary
TransportException(String msg)
           
TransportException(String msg, Throwable cause)
           
TransportException(Throwable cause)
           
 
Method Summary
 void rethrow()
           
 
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(String msg)

TransportException

public TransportException(String msg,
                          Throwable cause)

TransportException

public TransportException(Throwable cause)
Method Detail

rethrow

public void rethrow()


Licensed to the Apache Software Foundation