Class ServerPluginEnableDisableException

All Implemented Interfaces:
Serializable

public class ServerPluginEnableDisableException extends ServerPluginException
Thrown whenever there is an exception with any enabling or disabling of plugins.
See Also:
  • Constructor Details

    • ServerPluginEnableDisableException

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

      public ServerPluginEnableDisableException(Throwable cause, Plugin responsiblePlugin)
    • ServerPluginEnableDisableException

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