Uses of Class
org.apache.jackrabbit.BaseException

Packages that use BaseException
org.apache.jackrabbit.core   
org.apache.jackrabbit.core.fs   
org.apache.jackrabbit.core.journal   
org.apache.jackrabbit.core.nodetype   
org.apache.jackrabbit.core.state   
org.apache.jackrabbit.name   
 

Uses of BaseException in org.apache.jackrabbit.core
 

Subclasses of BaseException in org.apache.jackrabbit.core
 class TransactionException
          TransactionException is thrown when some operation inside the transaction fails.
 

Uses of BaseException in org.apache.jackrabbit.core.fs
 

Subclasses of BaseException in org.apache.jackrabbit.core.fs
 class FileSystemException
          The FileSystemException signals an error within a file system operation.
 

Uses of BaseException in org.apache.jackrabbit.core.journal
 

Subclasses of BaseException in org.apache.jackrabbit.core.journal
 class JournalException
          The JournalException signals an error within a journal operation.
 

Uses of BaseException in org.apache.jackrabbit.core.nodetype
 

Subclasses of BaseException in org.apache.jackrabbit.core.nodetype
 class InvalidConstraintException
          The InvalidConstraintException ...
 class InvalidNodeTypeDefException
          The NodeTypeConflictException ...
 class NodeTypeConflictException
          The NodeTypeConflictException ...
 

Uses of BaseException in org.apache.jackrabbit.core.state
 

Subclasses of BaseException in org.apache.jackrabbit.core.state
 class ItemStateException
          The ItemStateException ...
 class NoSuchItemStateException
          The NoSuchItemStateException ...
 class StaleItemStateException
          Signals that an item has been modified externally and that the item state representing it has thus become stale.
 

Uses of BaseException in org.apache.jackrabbit.name
 

Subclasses of BaseException in org.apache.jackrabbit.name
 class IllegalNameException
          Deprecated. Use the IllegalNameException class from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component.
 class MalformedPathException
          Deprecated. Use the MalformedPathException class from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component.
 class NameException
          Deprecated. Use the NameException class from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component.
 class NoPrefixDeclaredException
          Deprecated.  
 class UnknownPrefixException
          Deprecated.  
 



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