Class ProxyPluginException

    • Constructor Detail

      • ProxyPluginException

        public ProxyPluginException​(String message,
                                    Throwable cause,
                                    Plugin responsiblePlugin)
      • ProxyPluginException

        public ProxyPluginException​(Throwable cause,
                                    Plugin responsiblePlugin)
      • ProxyPluginException

        protected ProxyPluginException​(String message,
                                       Throwable cause,
                                       boolean enableSuppression,
                                       boolean writableStackTrace,
                                       Plugin responsiblePlugin)
    • Method Detail

      • getResponsiblePlugin

        public Plugin getResponsiblePlugin()
        Gets the plugin which is directly responsible for the exception being thrown
        Returns:
        plugin which is responsible for the exception throw