Package org.apache.jackrabbit.j2ee
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
Exception for signaling that the JCR API is not available.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates 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
-
Constructor Details
-
JcrApiNotFoundException
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
-