public abstract class KeyplePluginException extends KeypleException
Modifier | Constructor and Description |
---|---|
protected |
KeyplePluginException(java.lang.String message) |
protected |
KeyplePluginException(java.lang.String message,
java.lang.Throwable cause)
Encapsulates a lower level plugin exception
|
protected KeyplePluginException(java.lang.String message)
message
- the message to identify the exception contextprotected KeyplePluginException(java.lang.String message, java.lang.Throwable cause)
message
- message to identify the exception contextcause
- the cause