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