java.io.Serializable
PluginInvalidInputException
public class PluginException
extends java.lang.Exception
Modifier and Type | Field | Description |
---|---|---|
private java.lang.Throwable |
cause |
Constructor | Description |
---|---|
PluginException(java.lang.String msg) |
|
PluginException(java.lang.String msg,
java.lang.Throwable cause) |
|
PluginException(java.lang.Throwable cause) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Throwable |
getCause() |
public PluginException(java.lang.Throwable cause)
cause
- underlying exception that caused this to be thrownpublic PluginException(java.lang.String msg)
msg
- describes the reason this exception is being thrown.public PluginException(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.