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
public class ProxyPluginEnableDisableException extends ProxyPluginException
Thrown whenever there is an exception with any enabling or disabling of plugins.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
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
-
-