public class PluginException extends Exception
Constructor and Description |
---|
PluginException(String msg) |
PluginException(String msg,
Throwable cause) |
PluginException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PluginException(Throwable cause)
cause
- underlying exception that caused this to be thrownpublic PluginException(String msg)
msg
- describes the reason this exception is being thrown.public PluginException(String msg, Throwable cause)
msg
- describes the reason this exception is being thrown.cause
- underlying exception that caused this to be thrownCopyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.