Class JcrApiNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JcrApiNotFoundException
    extends ServletExceptionWithCause
    Exception for signaling that the JCR API is not available.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      JcrApiNotFoundException​(java.lang.ClassNotFoundException e)
      Creates an exception to signal that the JCR API is not available.
    • Method Summary

      • Methods inherited from class javax.servlet.ServletException

        getRootCause
      • 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

      • JcrApiNotFoundException

        public JcrApiNotFoundException​(java.lang.ClassNotFoundException e)
        Creates an exception to signal that the JCR API is not available.
        Parameters:
        e - the specific exception that indicates the lack of the JCR API