public class PluginExecutionException extends Exception
| Constructor and Description |
|---|
PluginExecutionException()
Instantiates a new PluginExecutionException.
|
PluginExecutionException(String string)
Instantiates a new PluginExecutionException from a given string.
|
PluginExecutionException(String message,
Throwable throwable)
Instantiates a new PluginExecutionException with a message.
|
PluginExecutionException(Throwable throwable)
Instantiates a new PluginExecutionExceptionn.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PluginExecutionException(String string)
string - the string to use for the exception.public PluginExecutionException()
public PluginExecutionException(String message, Throwable throwable)
message - the messagethrowable - the throwablepublic PluginExecutionException(Throwable throwable)
throwable - the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.