Package org.apache.cxf.bus.extension
Class ExtensionException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.apache.cxf.common.i18n.UncheckedException
- 
- org.apache.cxf.bus.extension.ExtensionException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ExtensionException extends UncheckedException - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.cxf.common.i18n.UncheckedExceptionmessage
 
- 
 - 
Constructor SummaryConstructors Constructor Description ExtensionException(Throwable cause)Constructs anExtensionExceptionwith the provided cause.ExtensionException(Message msg)Constructs aExtensionExceptionwith the provided detail message.ExtensionException(Message msg, Throwable cause)Constructs aExtensionExceptionwith the detail message and cause provided.
 - 
Method Summary- 
Methods inherited from class org.apache.cxf.common.i18n.UncheckedExceptiongetCode, getMessage
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ExtensionExceptionpublic ExtensionException(Message msg) Constructs aExtensionExceptionwith the provided detail message.
 - 
ExtensionExceptionpublic ExtensionException(Message msg, Throwable cause) Constructs aExtensionExceptionwith the detail message and cause provided.
 - 
ExtensionExceptionpublic ExtensionException(Throwable cause) Constructs anExtensionExceptionwith the provided cause.
 
- 
 
-