public class ConfigurationException extends UncheckedException
message| Constructor and Description | 
|---|
| ConfigurationException(Message msg)Constructs a  ConfigurationExceptionwith the provided detail message. | 
| ConfigurationException(Message msg,
                      Throwable cause)Constructs a  ConfigurationExceptionwith the detail message and cause
 provided. | 
| ConfigurationException(Throwable cause)Constructs a  ConfigurationExceptionwith the provided cause. | 
getCode, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigurationException(Message msg)
ConfigurationException with the provided detail message.public ConfigurationException(Message msg, Throwable cause)
ConfigurationException with the detail message and cause
 provided.public ConfigurationException(Throwable cause)
ConfigurationException with the provided cause.Apache CXF