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 SummaryConstructors 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.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
JcrApiNotFoundExceptionpublic 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
 
 
- 
 
-