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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XindiceException
public XindiceException()
XindiceException
public XindiceException(String message)
XindiceException
public XindiceException(String message,
Throwable wrapped)
getWrappedThrowable
public Throwable getWrappedThrowable()