|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception de.bea.domingo.DNotesException
public class DNotesException
Exception thrown from the domingo API.
Constructor Summary | |
---|---|
DNotesException(java.lang.String message)
Construct a new DNotesException instance. |
|
DNotesException(java.lang.String message,
java.lang.Throwable cause)
Construct a new DNotesException instance. |
|
DNotesException(java.lang.Throwable cause)
Construct a new DNotesException instance. |
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
Returns the detail error that caused the exception. |
java.lang.String |
getMessage()
|
void |
printPartialStackTrace(java.io.PrintWriter out)
Prints the stack trace for this exception only--root cause not included--using the provided writer. |
void |
printStackTrace()
|
void |
printStackTrace(java.io.PrintStream out)
|
void |
printStackTrace(java.io.PrintWriter out)
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DNotesException(java.lang.String message)
DNotesException
instance.
message
- The detail message for this exception.public DNotesException(java.lang.Throwable cause)
DNotesException
instance.
cause
- the cause of this throwable or null
if the
cause is nonexistent or unknown.public DNotesException(java.lang.String message, java.lang.Throwable cause)
DNotesException
instance.
message
- The detail message for this exception.cause
- the cause of this throwable or null
if the
cause is nonexistent or unknown.Method Detail |
---|
public final java.lang.Throwable getCause()
getCause
in interface CascadingThrowable
getCause
in class java.lang.Throwable
null
if the
cause is nonexistent or unknown.Throwable.getCause()
public final java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Throwable.getMessage()
public final void printStackTrace()
printStackTrace
in class java.lang.Throwable
Throwable.printStackTrace()
public final void printStackTrace(java.io.PrintStream out)
printStackTrace
in class java.lang.Throwable
Throwable.printStackTrace(java.io.PrintStream)
public final void printStackTrace(java.io.PrintWriter out)
printStackTrace
in class java.lang.Throwable
Throwable.printStackTrace(java.io.PrintWriter)
public final void printPartialStackTrace(java.io.PrintWriter out)
ExceptionUtil
to write
individual stack traces to a buffer. The implementation of this method
should call super.printStackTrace(out);
in most cases.
printPartialStackTrace
in interface CascadingThrowable
out
- The writer to use.CascadingThrowable.printPartialStackTrace(java.io.PrintWriter)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |