Apache CXF API

org.apache.cxf.configuration
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cxf.common.i18n.UncheckedException
                  extended by org.apache.cxf.configuration.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends UncheckedException

See Also:
Serialized Form

Constructor Summary
ConfigurationException(Message msg)
          Constructs a ConfigurationException with the provided detail message.
ConfigurationException(Message msg, Throwable cause)
          Constructs a ConfigurationException with the detail message and cause provided.
ConfigurationException(Throwable cause)
          Constructs a ConfigurationException with the provided cause.
 
Method Summary
 
Methods inherited from class org.apache.cxf.common.i18n.UncheckedException
getCode, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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(Message msg)
Constructs a ConfigurationException with the provided detail message.


ConfigurationException

public ConfigurationException(Message msg,
                              Throwable cause)
Constructs a ConfigurationException with the detail message and cause provided.


ConfigurationException

public ConfigurationException(Throwable cause)
Constructs a ConfigurationException with the provided cause.


Apache CXF API

Apache CXF