public class ExtensionException extends UncheckedException
message| Constructor and Description |
|---|
ExtensionException(Message msg)
Constructs a
ExtensionException with the provided detail message. |
ExtensionException(Message msg,
java.lang.Throwable cause)
Constructs a
ExtensionException with the detail message and cause
provided. |
ExtensionException(java.lang.Throwable cause)
Constructs an
ExtensionException with the provided cause. |
getCode, getMessagepublic ExtensionException(Message msg)
ExtensionException with the provided detail message.public ExtensionException(Message msg, java.lang.Throwable cause)
ExtensionException with the detail message and cause
provided.public ExtensionException(java.lang.Throwable cause)
ExtensionException with the provided cause.