public final class NotesHttpRuntimeException extends DNotesRuntimeException
| Constructor and Description |
|---|
NotesHttpRuntimeException(String message)
Construct a new
NotesHttpRuntimeException instance. |
NotesHttpRuntimeException(String message,
Throwable throwable)
Construct a new
NotesHttpRuntimeException instance. |
NotesHttpRuntimeException(Throwable throwable)
Construct a new
NotesHttpRuntimeException instance. |
getCause, getMessage, printPartialStackTrace, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic NotesHttpRuntimeException(String message)
NotesHttpRuntimeException instance.message - The detail message for this exception.public NotesHttpRuntimeException(Throwable throwable)
NotesHttpRuntimeException instance.throwable - the root cause of the exceptionCopyright © 2005–2020. All rights reserved.