org.apache.qpid
Class AMQConnectionFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.AMQConnectionFailureException
- All Implemented Interfaces:
- Serializable
public class AMQConnectionFailureException
- extends AMQException
AMQConnectionFailureException indicates that a connection to a broker could not be formed.
CRC Card
Responsibilities | Collaborations
|
---|
Represents failure to connect to a broker.
|
- See Also:
- Serialized Form
- Todo:
- Not an AMQP exception as no status code.
_exceptions
Collection<Exception> _exceptions
AMQConnectionFailureException
public AMQConnectionFailureException(String message,
Throwable cause)
AMQConnectionFailureException
public AMQConnectionFailureException(AMQConstant errorCode,
String message,
Throwable cause)
AMQConnectionFailureException
public AMQConnectionFailureException(String message,
Collection<Exception> exceptions)
getLinkedExceptions
public Collection<Exception> getLinkedExceptions()
Licensed to the Apache Software Foundation