org.apache.qpid.management.configuration
Class UnknownBrokerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownBrokerException
UnknownBrokerException(UUID brokerId)
- Builds a new UnknownBrokerException with the given broker id.
- Parameters:
brokerId
- the broker identifier.
Licensed to the Apache Software Foundation