org.apache.qpid.management.configuration
Class BrokerAlreadyConnectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
BrokerAlreadyConnectedException(BrokerConnectionData connectionData)
          Builds a new exception with the given data.
 
Method Summary
 BrokerConnectionData getBrokerConnectionData()
          Returns the connection data of the connected broker.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BrokerAlreadyConnectedException

public BrokerAlreadyConnectedException(BrokerConnectionData connectionData)
Builds a new exception with the given data.

Parameters:
connectionData - the broker connection data.
Method Detail

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