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