public final class PluginException extends Exception
| Constructor and Description |
|---|
PluginException(Exception cause)
Creates a new
PluginException. |
PluginException(String msg)
Creates a new
PluginException. |
PluginException(String msg,
Exception cause)
Creates a new
PluginException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PluginException(Exception cause)
PluginException.cause - The cause of this exception.public PluginException(String msg, Exception cause)
PluginException.msg - The message for this exceptioncause - The cause of this exception.public PluginException(String msg)
PluginException.msg - The message for this exceptionCopyright © 2014. All rights reserved.