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.JcrApiNotFoundException
All Implemented Interfaces:
Serializable

public class JcrApiNotFoundException
extends javax.servlet.ServletException

Exception for signaling that the JCR API is not available.

See Also:
Serialized Form

Constructor Summary
JcrApiNotFoundException(ClassNotFoundException e)
           
 
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)


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