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