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