Uses of Class
org.apache.jackrabbit.ocm.exception.NestableRuntimeException

Packages that use NestableRuntimeException
org.apache.jackrabbit.ocm.exception   
 

Uses of NestableRuntimeException in org.apache.jackrabbit.ocm.exception
 

Subclasses of NestableRuntimeException in org.apache.jackrabbit.ocm.exception
 class CustomNodeTypeCreationException
          This exception is thrown during repository setup while creating the custom node types.
 class IllegalUnlockException
          If user cannot unlock path, for example if he/she have not correct lockTokens
 class IncorrectAtomicTypeException
          Occurs when the jcr mapping converters try to assign or read an incorrect atomic field type.
 class IncorrectPersistentClassException
          Occurs when the ocm try to manage an object which is not based on a persistent class.
 class InitMapperException
          Occurs when it is not possible to initialise the Mapper
 class InvalidQueryException
          The InvalidQuerySyntaxException is an ObjectContentManagerException thrown if the query of the ObjectContentManager.getObjectIterator(String, String) is invalid.
 class JcrMappingException
          Base class of all runtime exceptions used in the JCR mapping.
 class LockedException
          Throwed if a path is locked and a operation cannot be performed
 class LockingException
          Base exception for all exceptions related to JCR Locking feature.
 class ObjectContentManagerException
          Occurs when it is not possible to persist an object
 class RepositoryException
          Occurs when it is not possible to manage the JCR repository (register, login, ...)
 class VersionException
          Occurs when it is not possible to read information on version or manage versions
 



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