org.exist.storage.btree
Class BTreeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exist.storage.btree.DBException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.