de.bea.domingo.http
Class NotesHttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.bea.domingo.DNotesException
de.bea.domingo.http.NotesHttpException
- All Implemented Interfaces:
- CascadingThrowable, java.io.Serializable
public class NotesHttpException
- 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 |
NotesHttpException(java.lang.String message)
Construct a new NotesHttpException instance. |
NotesHttpException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new NotesHttpException instance. |
NotesHttpException(java.lang.Throwable throwable)
Constructor. |
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 |
NotesHttpException
public NotesHttpException(java.lang.String message)
- Construct a new
NotesHttpException
instance.
- Parameters:
message
- The detail message for this exception.
NotesHttpException
public NotesHttpException(java.lang.Throwable throwable)
- Constructor.
- Parameters:
throwable
- the root cause of the exception
NotesHttpException
public NotesHttpException(java.lang.String message,
java.lang.Throwable throwable)
- Construct a new
NotesHttpException
instance.
- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
Domingo Java-API