Class PluginException

All Implemented Interfaces:
Serializable

public class PluginException
extends WikiException
Provides a generic PluginException. This is the kind of an exception that the plugins should throw.
See Also:
Serialized Form
  • Constructor Details

    • PluginException

      public PluginException​(String message)
      Create a PluginException.
      Parameters:
      message - exception message.
    • PluginException

      public PluginException​(String message, Throwable original)
      Create a PluginException with the given original exception wrapped.
      Parameters:
      message - exception message.
      original - The original exception.
  • Method Details