public final class DominoException extends Exception
| Constructor and Description |
|---|
DominoException(lotus.domino.NotesException theNotesException)
Construct a new
DominoException instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic DominoException(lotus.domino.NotesException theNotesException)
DominoException instance.theNotesException - the root cause of the exceptionpublic void printStackTrace()
printStackTrace in class ThrowableThrowable.printStackTrace()public void printStackTrace(PrintStream s)
printStackTrace in class ThrowableThrowable.printStackTrace(java.io.PrintStream)public void printStackTrace(PrintWriter s)
printStackTrace in class ThrowableThrowable.printStackTrace(java.io.PrintWriter)Copyright © 2005–2020. All rights reserved.