Project JXTA

net.jxta.impl.xindice.util
Class XindiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.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

Field Summary
protected  Throwable wrapped
           
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
XindiceException()
           
XindiceException(String message)
           
XindiceException(String message, Throwable wrapped)
           
 
Method Summary
 Throwable getWrappedThrowable()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream ps)
           
 void printStackTrace(PrintWriter pw)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

wrapped

protected Throwable wrapped
Constructor Detail

XindiceException

public XindiceException()

XindiceException

public XindiceException(String message)

XindiceException

public XindiceException(String message,
                        Throwable wrapped)
Method Detail

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintStream ps)

printStackTrace

public void printStackTrace(PrintWriter pw)

getWrappedThrowable

public Throwable getWrappedThrowable()

JXTA J2SE