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