TaskTimeoutException(msg: String)
Create a new TaskTimeoutException with the specified detail message and no root cause.
TaskTimeoutException(msg: String, cause: Throwable)
Create a new TaskTimeoutException with the specified detail message and the given root cause.
cause - the root cause (usually from using an underlying API such as the java.util.concurrent package)
See Also
java.util.concurrent.RejectedExecutionException