java.io.Serializablepublic class PluginInvalidInputException extends PluginException
| Modifier and Type | Field | Description |
|---|---|---|
private java.lang.Throwable |
cause |
| Constructor | Description |
|---|---|
PluginInvalidInputException(java.lang.String msg) |
|
PluginInvalidInputException(java.lang.String msg,
java.lang.Throwable cause) |
|
PluginInvalidInputException(java.lang.Throwable cause) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCausepublic 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 thrownCopyright 2001-2005 The Apache Software Foundation.