JXTA

net.jxta.impl.xindice.core
Class DBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.jxta.impl.xindice.util.XindiceException
              extended by 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

Field Summary
 int faultCode
           
 
Constructor Summary
DBException()
           
DBException(int faultCode)
           
DBException(int faultCode, String message)
           
DBException(int faultCode, String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class net.jxta.impl.xindice.util.XindiceException
getWrappedThrowable
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

faultCode

public int faultCode
Constructor Detail

DBException

public DBException()

DBException

public DBException(int faultCode)

DBException

public DBException(int faultCode,
                   String message)

DBException

public DBException(int faultCode,
                   String message,
                   Throwable cause)

JXSE