Class PluginException

    • Constructor Detail

      • PluginException

        public PluginException​(Throwable cause)
        Parameters:
        cause - underlying exception that caused this to be thrown
      • PluginException

        public PluginException​(String msg)
        Parameters:
        msg - describes the reason this exception is being thrown.
      • PluginException

        public PluginException​(String msg,
                               Throwable cause)
        Parameters:
        msg - describes the reason this exception is being thrown.
        cause - underlying exception that caused this to be thrown
    • Method Detail

      • getCause

        public Throwable getCause()
        Overrides:
        getCause in class Throwable
        Returns:
        the underlying exception that caused this to be thrown