de.bea.domingo.proxy
Class NotesProxyRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.bea.domingo.DNotesRuntimeException
                  extended by de.bea.domingo.proxy.NotesProxyRuntimeException
All Implemented Interfaces:
CascadingThrowable, java.io.Serializable

public final class NotesProxyRuntimeException
extends DNotesRuntimeException

Class from which all runtime exceptions in this package inherit. Allows recording of nested exceptions.

Author:
Kurt Riede
See Also:
Serialized Form

Constructor Summary
NotesProxyRuntimeException(DominoException throwable)
          Construct a new NotesProxyRuntimeException instance.
NotesProxyRuntimeException(java.lang.String message)
          Construct a new NotesProxyRuntimeException instance.
NotesProxyRuntimeException(java.lang.String message, java.lang.Throwable throwable)
          Construct a new NotesProxyRuntimeException instance.
 
Method Summary
 
Methods inherited from class de.bea.domingo.DNotesRuntimeException
getCause, getMessage, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
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

NotesProxyRuntimeException

public NotesProxyRuntimeException(java.lang.String message)
Construct a new NotesProxyRuntimeException instance.

Parameters:
message - The detail message for this exception.

NotesProxyRuntimeException

public NotesProxyRuntimeException(DominoException throwable)
Construct a new NotesProxyRuntimeException instance.

Parameters:
throwable - the root cause of the exception

NotesProxyRuntimeException

public NotesProxyRuntimeException(java.lang.String message,
                                  java.lang.Throwable throwable)
Construct a new NotesProxyRuntimeException instance.

Parameters:
message - The detail message for this exception.
throwable - the root cause of the exception


Domingo Java-API