Class PluginException

    • Constructor Summary

      Constructors 
      Constructor Description
      PluginException​(java.lang.String msg)
      Constructor.
      PluginException​(java.lang.String msg, java.lang.Throwable cause)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PluginException

        public PluginException​(java.lang.String msg)
        Constructor.
        Parameters:
        msg - message describing the exception
      • PluginException

        public PluginException​(java.lang.String msg,
                               java.lang.Throwable cause)
        Constructor.
        Parameters:
        msg - message describing the exception
        cause - another Throwable object which is the cause of the exception