org.exist.storage.btree
Class BTreeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exist.storage.btree.DBException
              extended by org.exist.storage.btree.BTreeException
All Implemented Interfaces:
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, String message)
           
BTreeException(String message)
           
 
Method Summary
 
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(String message)

BTreeException

public BTreeException(int faultCode)

BTreeException

public BTreeException(int faultCode,
                      String message)


Copyright (C) Wolfgang Meier. All rights reserved.