Xindice API
version 1.2m1

org.apache.xindice.core
Class DBException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.xindice.util.XindiceException
              extended byorg.apache.xindice.core.DBException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FilerException, IndexerException, InlineMetaException, QueryException

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.

Version:
$Revision: 564998 $, $Date: 2007-08-11 22:51:49 -0400 (Sat, 11 Aug 2007) $
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)
           
 
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 final 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)

Xindice API
version 1.2m1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.