Class PluginNotFoundException

All Implemented Interfaces:
Serializable

public class PluginNotFoundException extends PluginException
PluginNotFoundException thrown by worker when plugin is not installed
See Also:
  • Constructor Details

    • PluginNotFoundException

      public PluginNotFoundException(String message, Throwable cause)
      Parameters:
      message - to be set
      cause - to be set
    • PluginNotFoundException

      public PluginNotFoundException(String message)
      Parameters:
      message - to be set