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
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(ClassNotFoundException e)
Creates an exception to signal that the JCR API is not available.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
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
-
-