Class PluginException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PluginException
    extends java.lang.RuntimeException
    Base exception for all plugin related problems
    Author:
    Eugene Petrenko
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PluginException​(java.lang.String message)  
      PluginException​(java.lang.String message, java.lang.Throwable cause)  
      PluginException​(java.lang.Throwable cause)  
    • 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 message)
      • PluginException

        public PluginException​(java.lang.String message,
                               java.lang.Throwable cause)
      • PluginException

        public PluginException​(java.lang.Throwable cause)