Class PluginException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PluginException
    extends java.lang.RuntimeException
    A simple Class encapsulating RuntimeException
    Since:
    jcms-5.7.0
    Version:
    $Revision: 18011 $
    Author:
    Jean-Philippe
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REVISION  
    • Constructor Summary

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