org.apache.qpid.management.configuration
Class BrokerConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.management.configuration.BrokerConnectionException
- All Implemented Interfaces:
- Serializable
public class BrokerConnectionException
- extends Exception
Thrown when a connection to a broker cannot be estabilished.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BrokerConnectionException
BrokerConnectionException(Throwable cause)
- Builds a new exception with the given cause.
- Parameters:
cause
- the exception cause.
Licensed to the Apache Software Foundation