net.jxta.impl.xindice.core
Class DBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.jxta.impl.xindice.util.XindiceException
net.jxta.impl.xindice.core.DBException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FilerException
public class DBException
- extends XindiceException
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(int faultCode,
String message)
DBException
public DBException(int faultCode,
String message,
Throwable cause)