Uses of Class
org.apache.qpid.client.transport.AMQTransportConnectionException

Packages that use AMQTransportConnectionException
org.apache.qpid.client.transport   
org.apache.qpid.client.vmbroker   
 

Uses of AMQTransportConnectionException in org.apache.qpid.client.transport
 

Subclasses of AMQTransportConnectionException in org.apache.qpid.client.transport
 class AMQNoTransportForProtocolException
          AMQNoTransportForProtocolException represents a connection failure where there is no transport medium to connect to the broker available.
 

Methods in org.apache.qpid.client.transport that throw AMQTransportConnectionException
static ITransportConnection TransportConnection.getInstance(BrokerDetails details)
           
 

Uses of AMQTransportConnectionException in org.apache.qpid.client.vmbroker
 

Subclasses of AMQTransportConnectionException in org.apache.qpid.client.vmbroker
 class AMQVMBrokerCreationException
          AMQVMBrokerCreationException represents failure to create an in VM broker on the vm transport medium.
 



Licensed to the Apache Software Foundation