public class PluginExecutionException extends PluginException
| Constructor and Description |
|---|
PluginExecutionException() |
PluginExecutionException(String message) |
PluginExecutionException(String message,
Throwable cause) |
PluginExecutionException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
PluginExecutionException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PluginExecutionException()
public PluginExecutionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public PluginExecutionException(String message)
public PluginExecutionException(Throwable cause)
Copyright © 2017. All Rights Reserved.