de.bea.domingo.exception
Class DominoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.
 
Method Summary
 void printStackTrace()
          
 void printStackTrace(java.io.PrintStream s)
          
 void printStackTrace(java.io.PrintWriter s)
          
 
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
 

Constructor Detail

DominoException

public DominoException(lotus.domino.NotesException theNotesException)
Construct a new DominoException instance.

Parameters:
theNotesException - the root cause of the exception
Method Detail

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