Class PluginException

  • All Implemented Interfaces:
    Serializable

    public class PluginException
    extends NitriteException
    Exception thrown when a Nitrite plugin encounters an error.
    Since:
    4.0
    Author:
    Anindya Chatterjee.
    See Also:
    Serialized Form
    • Constructor Detail

      • PluginException

        public PluginException​(String errorMessage)
        Instantiates a new Plugin exception.
        Parameters:
        errorMessage - the error message
      • PluginException

        public PluginException​(String errorMessage,
                               Throwable cause)
        Instantiates a new Plugin exception.
        Parameters:
        errorMessage - the error message
        cause - the cause