Class 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:
  • Constructor Details

    • ProxyPluginEnableDisableException

      public ProxyPluginEnableDisableException(String message, Throwable cause, Plugin responsiblePlugin)
    • ProxyPluginEnableDisableException

      public ProxyPluginEnableDisableException(Throwable cause, Plugin responsiblePlugin)
    • ProxyPluginEnableDisableException

      protected ProxyPluginEnableDisableException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Plugin responsiblePlugin)