org.apache.qpid.management.configuration
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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