JXTA

net.jxta.impl.xindice.util
Class XindiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.jxta.impl.xindice.util.XindiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DBException

public class XindiceException
extends Exception

A XindiceException is the base class for all Xindice related Exceptions.

See Also:
Serialized Form

Constructor Summary
XindiceException()
           
XindiceException(String message)
           
XindiceException(String message, Throwable wrapped)
           
 
Method Summary
 Throwable 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

XindiceException

public XindiceException()

XindiceException

public XindiceException(String message)

XindiceException

public XindiceException(String message,
                        Throwable wrapped)
Method Detail

getWrappedThrowable

public Throwable getWrappedThrowable()

JXSE