org.apache.jackrabbit.j2ee
Class JcrApiNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.ServletException
              extended by org.apache.jackrabbit.j2ee.ServletExceptionWithCause
                  extended by 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
JcrApiNotFoundException(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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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(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


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.