public class ConfigurationException extends UncheckedException
message
Constructor and Description |
---|
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. |
getCode, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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