Class JcrApiNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
org.apache.jackrabbit.j2ee.ServletExceptionWithCause
org.apache.jackrabbit.j2ee.JcrApiNotFoundException
All Implemented Interfaces:
Serializable

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

    • JcrApiNotFoundException

      public JcrApiNotFoundException(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