|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.exist.storage.btree.DBException
org.exist.storage.btree.BTreeException
A BTreeException is thrown by the BTree if an exception occurs in the managing of the BTree.
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 |
public BTreeException()
public BTreeException(java.lang.String message)
public BTreeException(int faultCode)
public BTreeException(int faultCode, java.lang.String message)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |