org.apache.qpid.management.configuration
Class ConfigurationException

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

public class ConfigurationException
extends Exception

Thrown when a problem is encountered during building the configuration.

See Also:
Serialized Form

Constructor Summary
ConfigurationException(Exception exception)
          Builds a new ConfigurationException with the given cause.
ConfigurationException(String msg)
           
ConfigurationException(String msg, Exception exception)
           
 
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

ConfigurationException

public ConfigurationException(String msg)

ConfigurationException

public ConfigurationException(Exception exception)
Builds a new ConfigurationException with the given cause.

Parameters:
exception - the exception cause.

ConfigurationException

public ConfigurationException(String msg,
                              Exception exception)


Licensed to the Apache Software Foundation