org.apache.qpid
Class AMQUnresolvedAddressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.AMQUnresolvedAddressException
- All Implemented Interfaces:
- Serializable
public class AMQUnresolvedAddressException
- extends AMQException
AMQUnresolvedAddressException indicates failure to resolve a socket address.
CRC Card
Responsibilities | Collaborations
|
---|
Represents failre to resolve a socket address.
|
- See Also:
- Serialized Form
- Todo:
- Not an AMQP exception as no status code., Why replace java.nio.UnresolvedAddressException with this? This is checked, which may explain why, but it
doesn't wrap the underlying exception.
_broker
String _broker
AMQUnresolvedAddressException
public AMQUnresolvedAddressException(String message,
String broker,
Throwable cause)
toString
public String toString()
- Overrides:
toString
in class AMQException
Licensed to the Apache Software Foundation