Class PluginException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvocationPluginException, PluginNotFoundException

public class PluginException extends VitamException
Exception is the superclass of all VITAM plugin exceptions.
See Also:
  • Constructor Details

    • PluginException

      public PluginException(String message)
      Parameters:
      message - of exception
    • PluginException

      public PluginException(Throwable cause)
      Parameters:
      cause - of exception
    • PluginException

      public PluginException(String message, Throwable cause)
      Parameters:
      message - of exception
      cause - of exception