|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.novell.nds.dirxml.driver.xds.XDSException
Exceptions thrown from this package that must be handled.
Constructor Summary | |
XDSException()
Creates a new XDSException object. |
|
XDSException(String message)
Creates a new XDSException object. |
Method Summary | |
XDSException |
getNextException()
Returns the next exception in the exception chain. |
void |
setNextException(XDSException e)
Sets the next exception in the exception chain. |
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XDSException(String message)
message
- must not be null
public XDSException()
Method Detail |
public void setNextException(XDSException e)
e
- may be null
public XDSException getNextException()
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |