Class ProxyPluginEnableDisableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.waterfallmc.waterfall.exception.ProxyException
io.github.waterfallmc.waterfall.exception.ProxyPluginException
io.github.waterfallmc.waterfall.exception.ProxyPluginEnableDisableException
- All Implemented Interfaces:
Serializable
Thrown whenever there is an exception with any enabling or disabling of plugins.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
ProxyPluginEnableDisableException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Plugin responsiblePlugin) ProxyPluginEnableDisableException
(String message, Throwable cause, Plugin responsiblePlugin) ProxyPluginEnableDisableException
(Throwable cause, Plugin responsiblePlugin) -
Method Summary
Methods inherited from class io.github.waterfallmc.waterfall.exception.ProxyPluginException
getResponsiblePlugin
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProxyPluginEnableDisableException
-
ProxyPluginEnableDisableException
-
ProxyPluginEnableDisableException
-