Package org.apache.cxf.configuration
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cxf.common.i18n.UncheckedException
org.apache.cxf.configuration.ConfigurationException
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFields inherited from class org.apache.cxf.common.i18n.UncheckedExceptionmessage
- 
Constructor SummaryConstructorsConstructorDescriptionConfigurationException(Throwable cause) Constructs aConfigurationExceptionwith the provided cause.Constructs aConfigurationExceptionwith the provided detail message.ConfigurationException(Message msg, Throwable cause) Constructs aConfigurationExceptionwith the detail message and cause provided.
- 
Method SummaryMethods inherited from class org.apache.cxf.common.i18n.UncheckedExceptiongetCode, getMessageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ConfigurationExceptionConstructs aConfigurationExceptionwith the provided detail message.
- 
ConfigurationExceptionConstructs aConfigurationExceptionwith the detail message and cause provided.
- 
ConfigurationExceptionConstructs aConfigurationExceptionwith the provided cause.
 
-