public class PluginInvalidInputException extends PluginException
Modifier and Type | Field and Description |
---|---|
private java.lang.Throwable |
cause |
private static long |
serialVersionUID |
Constructor and Description |
---|
PluginInvalidInputException(java.lang.String msg) |
PluginInvalidInputException(java.lang.String msg,
java.lang.Throwable cause) |
PluginInvalidInputException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Return the cause of this exception (if any) as specified in the
exception constructor.
|
private static final long serialVersionUID
private java.lang.Throwable cause
public PluginInvalidInputException(java.lang.Throwable cause)
cause
- underlying exception that caused this to be thrownpublic PluginInvalidInputException(java.lang.String msg)
msg
- describes the reason this exception is being thrown.public PluginInvalidInputException(java.lang.String msg, java.lang.Throwable cause)
msg
- describes the reason this exception is being thrown.cause
- underlying exception that caused this to be thrownpublic java.lang.Throwable getCause()
getCause
in class PluginException