public class PluginExecException
extends java.lang.Exception
| Constructor and Description |
|---|
PluginExecException(java.lang.String reason)
Creates a new instance.
|
PluginExecException(java.lang.String reason,
java.lang.Throwable throwable)
Creates a new instance.
|
public PluginExecException(@NotNull
java.lang.String reason)
reason - the failure reasonpublic PluginExecException(@NotNull
java.lang.String reason,
@NotNull
java.lang.Throwable throwable)
reason - the failure reasonthrowable - the cause