public class PluginException extends RuntimeException
RuntimeException which can be thrown
by a plugin when something wrong happened during its lifecycle.| Constructor and Description |
|---|
PluginException() |
PluginException(String message,
Object... params) |
PluginException(String message,
Throwable cause) |
PluginException(String message,
Throwable cause,
Object... params) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2012-2015. All Rights Reserved.