org.apache.qpid.transport
Class ConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.qpid.transport.TransportException
org.apache.qpid.transport.ConnectionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ProtocolVersionException, ProtocolViolationException
public class ConnectionException
- extends TransportException
ConnectionException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)
getClose
public ConnectionClose getClose()
rethrow
public void rethrow()
- Overrides:
rethrow
in class TransportException
Licensed to the Apache Software Foundation