Class IllegalPluginStateException

All Implemented Interfaces:
Serializable

public class IllegalPluginStateException extends PluginException
Thrown when a plugin operation has been attempted when the plugin is in an incompatible state.
Since:
2.2.0
See Also:
  • Constructor Details

    • IllegalPluginStateException

      public IllegalPluginStateException()
    • IllegalPluginStateException

      public IllegalPluginStateException(String s)
    • IllegalPluginStateException

      public IllegalPluginStateException(Throwable throwable)
    • IllegalPluginStateException

      public IllegalPluginStateException(String s, Throwable throwable)