Class PluginException

All Implemented Interfaces:
Serializable

@ThreadSafe @Deprecated public class PluginException extends PluginException
Deprecated.
Plugin exception class.
Since:
4.1.0
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Deprecated.
      Serial number.
      See Also:
  • Constructor Details

    • PluginException

      public PluginException()
      Deprecated.
      Constructor.
    • PluginException

      public PluginException(@Nullable String message)
      Deprecated.
      Constructor.
      Parameters:
      message - exception message
    • PluginException

      public PluginException(@Nullable Exception wrappedException)
      Deprecated.
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • PluginException

      public PluginException(@Nullable String message, @Nullable Exception wrappedException)
      Deprecated.
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one