de.bea.domingo.proxy
Class NotesProxyException

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

public class NotesProxyException
extends DNotesException

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

Author:
Kurt Riede
See Also:
Serialized Form

Constructor Summary
NotesProxyException(java.lang.String message)
          Construct a new NotesProxyException instance.
NotesProxyException(java.lang.String message, java.lang.Throwable cause)
          Construct a new NotesProxyException instance.
NotesProxyException(java.lang.Throwable throwable)
          Constructor.
 
Method Summary
 
Methods inherited from class de.bea.domingo.DNotesException
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

NotesProxyException

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

Parameters:
message - The detail message for this exception.

NotesProxyException

public NotesProxyException(java.lang.Throwable throwable)
Constructor.

Parameters:
throwable - the root cause of the exception

NotesProxyException

public NotesProxyException(java.lang.String message,
                           java.lang.Throwable cause)
Construct a new NotesProxyException instance.

Parameters:
message - The detail message for this exception.
cause - the cause of this throwable or null if the cause is nonexistent or unknown.


Domingo Java-API