org.apache.qpid.client.transport
Class AMQNoTransportForProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.client.transport.AMQTransportConnectionException
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.
Methods inherited from class org.apache.qpid.AMQException |
cloneForCurrentThread, getErrorCode, isHardError |
_details
BrokerDetails _details
AMQNoTransportForProtocolException
public AMQNoTransportForProtocolException(BrokerDetails details,
String message,
Throwable cause)
toString
public String toString()
- Overrides:
toString
in class org.apache.qpid.AMQException
Licensed to the Apache Software Foundation