de.bea.domingo.exception
Class DominoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.bea.domingo.exception.DominoException
- All Implemented Interfaces:
- java.io.Serializable
public final class DominoException
- extends java.lang.Exception
Wrapper for Notes Exceptions.
- Author:
- Kurt Riede
- See Also:
- Serialized Form
Constructor Summary |
DominoException(lotus.domino.NotesException theNotesException)
Construct a new DominoException instance. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DominoException
public DominoException(lotus.domino.NotesException theNotesException)
- Construct a new
DominoException
instance.
- Parameters:
theNotesException
- the root cause of the exception
printStackTrace
public void printStackTrace()
-
- Overrides:
printStackTrace
in class java.lang.Throwable
- See Also:
Throwable.printStackTrace()
printStackTrace
public void printStackTrace(java.io.PrintStream s)
-
- Overrides:
printStackTrace
in class java.lang.Throwable
- See Also:
Throwable.printStackTrace(java.io.PrintStream)
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
-
- Overrides:
printStackTrace
in class java.lang.Throwable
- See Also:
Throwable.printStackTrace(java.io.PrintWriter)
Domingo Java-API