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