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