org.apache.qpid.transport
Class ConnectionException

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
                  extended by org.apache.qpid.transport.ConnectionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ProtocolVersionException, ProtocolViolationException

public class ConnectionException
extends TransportException

ConnectionException

See Also:
Serialized Form

Constructor Summary
ConnectionException(ConnectionClose close)
           
ConnectionException(String message)
           
ConnectionException(String message, ConnectionClose close, Throwable cause)
           
ConnectionException(String message, Throwable cause)
           
ConnectionException(Throwable cause)
           
 
Method Summary
 ConnectionClose getClose()
           
 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

ConnectionException

public ConnectionException(String message,
                           ConnectionClose close,
                           Throwable cause)

ConnectionException

public ConnectionException(String message)

ConnectionException

public ConnectionException(String message,
                           Throwable cause)

ConnectionException

public ConnectionException(Throwable cause)

ConnectionException

public ConnectionException(ConnectionClose close)
Method Detail

getClose

public ConnectionClose getClose()

rethrow

public void rethrow()
Overrides:
rethrow in class TransportException


Licensed to the Apache Software Foundation