public class ExtensionException extends UncheckedException
message
Constructor and Description |
---|
ExtensionException(Message msg)
Constructs a
ExtensionException with the provided detail message. |
ExtensionException(Message msg,
Throwable cause)
Constructs a
ExtensionException with the detail message and cause
provided. |
ExtensionException(Throwable cause)
Constructs an
ExtensionException with the provided cause. |
getCode, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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