org.exist.storage.btree
Class BTreeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.exist.storage.btree.DBException
              extended byorg.exist.storage.btree.BTreeException
All Implemented Interfaces:
java.io.Serializable

public class BTreeException
extends DBException

A BTreeException is thrown by the BTree if an exception occurs in the managing of the BTree.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.exist.storage.btree.DBException
faultCode
 
Constructor Summary
BTreeException()
           
BTreeException(int faultCode)
           
BTreeException(int faultCode, java.lang.String message)
           
BTreeException(java.lang.String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BTreeException

public BTreeException()

BTreeException

public BTreeException(java.lang.String message)

BTreeException

public BTreeException(int faultCode)

BTreeException

public BTreeException(int faultCode,
                      java.lang.String message)


Copyright (C) Wolfgang Meier. All rights reserved.