public class PluginRuntimeException
extends java.lang.RuntimeException
PluginException.| Constructor and Description |
|---|
PluginRuntimeException(java.lang.String cause)
Constructs the exception thrown by a failed plugin event.
|
PluginRuntimeException(java.lang.Throwable t)
Constructs the exception thrown by a failed plugin event.
|
public PluginRuntimeException(java.lang.String cause)
cause - the reason of the failurepublic PluginRuntimeException(java.lang.Throwable t)
t - throwable reason of the failure