org.apache.qpid.client.transport
Class AMQTransportConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.client.transport.AMQTransportConnectionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AMQNoTransportForProtocolException, AMQVMBrokerCreationException
public class AMQTransportConnectionException
- extends org.apache.qpid.AMQException
AMQTransportConnectionException indicates a failure to establish a connection through the transporting medium, to
an AMQP broker.
CRC Card
Responsibilities | Collaborations
|
---|
Represent failure to connect through the transport medium.
|
- See Also:
- Serialized Form
- Todo:
- Error code never used. This is not an AMQException.
Methods inherited from class org.apache.qpid.AMQException |
cloneForCurrentThread, getErrorCode, isHardError, toString |
AMQTransportConnectionException
public AMQTransportConnectionException(org.apache.qpid.protocol.AMQConstant errorCode,
String message,
Throwable cause)
Licensed to the Apache Software Foundation