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