de.bea.domingo.http
Class NotesHttpRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.bea.domingo.DNotesRuntimeException
de.bea.domingo.http.NotesHttpRuntimeException
- All Implemented Interfaces:
- CascadingThrowable, java.io.Serializable
public final class NotesHttpRuntimeException
- extends DNotesRuntimeException
Class from which all runtime exceptions in this package inherit.
Allows recording of nested exceptions.
- Author:
- Kurt Riede
- See Also:
- Serialized Form
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 |
NotesHttpRuntimeException
public NotesHttpRuntimeException(java.lang.String message)
- Construct a new
NotesHttpRuntimeException
instance.
- Parameters:
message
- The detail message for this exception.
NotesHttpRuntimeException
public NotesHttpRuntimeException(java.lang.Throwable throwable)
- Construct a new
NotesHttpRuntimeException
instance.
- Parameters:
throwable
- the root cause of the exception
NotesHttpRuntimeException
public NotesHttpRuntimeException(java.lang.String message,
java.lang.Throwable throwable)
- Construct a new
NotesHttpRuntimeException
instance.
- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
Domingo Java-API