org.apache.qpid.management.configuration
Class BrokerConnectionException

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

Constructor Summary
BrokerConnectionException(Throwable cause)
          Builds a new exception with the given cause.
 
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

BrokerConnectionException

BrokerConnectionException(Throwable cause)
Builds a new exception with the given cause.

Parameters:
cause - the exception cause.


Licensed to the Apache Software Foundation