net.jxta.impl.xindice.util
Class XindiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Fields inherited from class java.lang.Exception |
|
wrapped
protected Throwable wrapped
XindiceException
public XindiceException()
XindiceException
public XindiceException(String message)
XindiceException
public XindiceException(String message,
Throwable wrapped)
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(PrintStream ps)
printStackTrace
public void printStackTrace(PrintWriter pw)
getWrappedThrowable
public Throwable getWrappedThrowable()