Class PluginException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NotificationException, PluginParseException

public class PluginException extends RuntimeException
Generic plugin exception.
See Also:
  • Constructor Details

    • PluginException

      public PluginException()
    • PluginException

      public PluginException(String s)
    • PluginException

      public PluginException(Throwable throwable)
    • PluginException

      public PluginException(String s, Throwable throwable)