org.apache.portals.graffito.jcr.exception
Class LockingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.portals.graffito.jcr.exception.NestableRuntimeException
                  extended by org.apache.portals.graffito.jcr.exception.PersistenceException
                      extended by org.apache.portals.graffito.jcr.exception.LockingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IllegalUnlockException, LockedException

public abstract class LockingException
extends PersistenceException

Base exception for all exceptions related to JCR Locking feature.

Author:
markoc
See Also:
Serialized Form

Constructor Summary
LockingException()
           
 
Method Summary
 
Methods inherited from class org.apache.portals.graffito.jcr.exception.NestableRuntimeException
getCause, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LockingException

public LockingException()


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