JXTA

net.jxta.impl.xindice.core.filer
Class BTreeException

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
                  extended by net.jxta.impl.xindice.core.filer.FilerException
                      extended by net.jxta.impl.xindice.core.filer.BTreeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BTreeCorruptException, BTreeNotFoundException

public class BTreeException
extends FilerException

A BTreeException is thrown by the BTree if an exception occurs in the managing of the BTree.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.jxta.impl.xindice.core.DBException
faultCode
 
Constructor Summary
BTreeException(int faultCode)
           
BTreeException(int faultCode, String message)
           
BTreeException(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
 

Constructor Detail

BTreeException

public BTreeException(int faultCode)

BTreeException

public BTreeException(int faultCode,
                      String message)

BTreeException

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

JXSE