Uses of Class
org.apache.qpid.transport.TransportException

Packages that use TransportException
org.apache.qpid.transport   
org.apache.qpid.transport.network   
org.apache.qpid.transport.network.security   
 

Uses of TransportException in org.apache.qpid.transport
 

Subclasses of TransportException in org.apache.qpid.transport
 class ConnectionException
          ConnectionException
 class ProtocolVersionException
          ProtocolVersionException
 class ProtocolViolationException
          ProtocolViolationException
 class SenderException
          SenderException
 class SessionClosedException
          SessionClosedException
 class SessionException
          SessionException
 

Methods in org.apache.qpid.transport that throw TransportException
 void TransportBuilder.init(Connection con)
           
 

Uses of TransportException in org.apache.qpid.transport.network
 

Methods in org.apache.qpid.transport.network that throw TransportException
static NetworkTransport Transport.getTransport()
           
 

Uses of TransportException in org.apache.qpid.transport.network.security
 

Methods in org.apache.qpid.transport.network.security that throw TransportException
 void SecurityLayer.init(Connection con)
           
 



Licensed to the Apache Software Foundation