|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.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 CascadingThrowablegetCause in class java.lang.Throwablenull if the
cause is nonexistent or unknown.Throwable.getCause()public final java.lang.String getMessage()
getMessage in class java.lang.ThrowableThrowable.getMessage()public final void printStackTrace()
printStackTrace in class java.lang.ThrowableThrowable.printStackTrace()public final void printStackTrace(java.io.PrintStream out)
printStackTrace in class java.lang.ThrowableThrowable.printStackTrace(java.io.PrintStream)public final void printStackTrace(java.io.PrintWriter out)
printStackTrace in class java.lang.ThrowableThrowable.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 CascadingThrowableout - 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 | |||||||||