Project 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

Field Summary
protected  Throwable wrapped
           
 
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()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream ps)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter pw)
Overrides:
printStackTrace in class Throwable

getWrappedThrowable

public Throwable getWrappedThrowable()

JXTA J2SE