public class ExecutorException extends RuntimeException
| Constructor and Description |
|---|
ExecutorException(String message)
Create exception with a descriptive message.
|
ExecutorException(String message,
Throwable cause)
Create exception with a descriptive message and a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExecutorException(String message)
message - details about what happenedCopyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.