org.apache.qpid.client.transport
Class AMQTransportConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.qpid.AMQException
              extended by 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.

Constructor Summary
AMQTransportConnectionException(org.apache.qpid.protocol.AMQConstant errorCode, String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.qpid.AMQException
cloneForCurrentThread, getErrorCode, isHardError, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AMQTransportConnectionException

public AMQTransportConnectionException(org.apache.qpid.protocol.AMQConstant errorCode,
                                       String message,
                                       Throwable cause)


Licensed to the Apache Software Foundation