org.apache.qpid.client.transport
Class AMQNoTransportForProtocolException

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
                  extended by org.apache.qpid.client.transport.AMQNoTransportForProtocolException
All Implemented Interfaces:
Serializable

public class AMQNoTransportForProtocolException
extends AMQTransportConnectionException

AMQNoTransportForProtocolException represents a connection failure where there is no transport medium to connect to the broker available. This may be the case if their is a error in the connection url, or an unsupported transport type is specified.

CRC Card
Responsibilities Collaborations
Represent absence of a transport medium.

See Also:
Serialized Form
Todo:
Error code never used. This is not an AMQException.

Field Summary
(package private)  BrokerDetails _details
           
 
Constructor Summary
AMQNoTransportForProtocolException(BrokerDetails details, String message, Throwable cause)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.apache.qpid.AMQException
cloneForCurrentThread, getErrorCode, isHardError
 
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
 

Field Detail

_details

BrokerDetails _details
Constructor Detail

AMQNoTransportForProtocolException

public AMQNoTransportForProtocolException(BrokerDetails details,
                                          String message,
                                          Throwable cause)
Method Detail

toString

public String toString()
Overrides:
toString in class org.apache.qpid.AMQException


Licensed to the Apache Software Foundation