org.exist.storage.btree
Class DBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exist.storage.btree.DBException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BTreeException
public class DBException
- extends Exception
A DBException is thrown by the database if an exception occurs in the
managing (creating, dropping) database objects such as Collections,
Indexes, and XMLObjects.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
faultCode
public int faultCode
DBException
public DBException()
DBException
public DBException(int faultCode)
DBException
public DBException(String message)
DBException
public DBException(int faultCode,
String message)
Copyright (C) Wolfgang Meier. All rights reserved.