Class PluginRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.nutch.plugin.PluginRuntimeException
All Implemented Interfaces:
Serializable

public class PluginRuntimeException extends Exception
PluginRuntimeException will be thrown until a exception in the plugin managemnt occurs.
Author:
joa23
See Also:
  • Constructor Details

    • PluginRuntimeException

      public PluginRuntimeException(Throwable cause)
    • PluginRuntimeException

      public PluginRuntimeException(String message)