Class PluginException

All Implemented Interfaces:
Serializable

public class PluginException extends FessSystemException
Exception for plugin-related errors.
See Also:
  • Constructor Details

    • PluginException

      public PluginException(String message, Throwable cause)
      Creates a plugin exception with message and cause.
      Parameters:
      message - the error message
      cause - the cause
    • PluginException

      public PluginException(String message)
      Creates a plugin exception with message.
      Parameters:
      message - the error message