public class ExtensionException
extends org.apache.cxf.common.i18n.UncheckedException
| Constructor and Description |
|---|
ExtensionException(org.apache.cxf.common.i18n.Message msg)
Constructs a
ExtensionException with the provided detail message. |
ExtensionException(org.apache.cxf.common.i18n.Message msg,
Throwable cause)
Constructs a
ExtensionException with the detail message and cause
provided. |
ExtensionException(Throwable cause)
Constructs an
ExtensionException with the provided cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExtensionException(org.apache.cxf.common.i18n.Message msg)
ExtensionException with the provided detail message.public ExtensionException(org.apache.cxf.common.i18n.Message msg,
Throwable cause)
ExtensionException with the detail message and cause
provided.public ExtensionException(Throwable cause)
ExtensionException with the provided cause.Apache CXF