org.apache.qpid.management.configuration
Class UnknownBrokerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.qpid.management.configuration.UnknownBrokerException
All Implemented Interfaces:
Serializable

public class UnknownBrokerException
extends Exception

Thrown when someone requests connection data for an unknown broker.

See Also:
Serialized Form

Constructor Summary
UnknownBrokerException(UUID brokerId)
          Builds a new UnknownBrokerException with the given broker id.
 
Method Summary
 
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

UnknownBrokerException

UnknownBrokerException(UUID brokerId)
Builds a new UnknownBrokerException with the given broker id.

Parameters:
brokerId - the broker identifier.


Licensed to the Apache Software Foundation