org.apache.qpid.management.configuration
Class BrokerAlreadyConnectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.management.configuration.BrokerAlreadyConnectedException
- All Implemented Interfaces:
- Serializable
public class BrokerAlreadyConnectedException
- extends Exception
Thrown when an attempt is made in order to connect QMan with an already connected broker.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BrokerAlreadyConnectedException
public BrokerAlreadyConnectedException(BrokerConnectionData connectionData)
- Builds a new exception with the given data.
- Parameters:
connectionData
- the broker connection data.
getBrokerConnectionData
public BrokerConnectionData getBrokerConnectionData()
- Returns the connection data of the connected broker.
- Returns:
- the connection data of the connected broker.
Licensed to the Apache Software Foundation