public class ComputeTaskTimeoutException extends IgniteException
ComputeTaskFuture.get()
method.Constructor and Description |
---|
ComputeTaskTimeoutException(String msg)
Creates task timeout exception with given task execution ID and
error message.
|
ComputeTaskTimeoutException(String msg,
@Nullable Throwable cause)
Creates task timeout exception with given task execution ID,
error message and optional nested exception.
|
ComputeTaskTimeoutException(Throwable cause)
Creates new task timeout exception given throwable as a cause and
source of error message.
|
getCause, hasCause, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ComputeTaskTimeoutException(String msg)
msg
- Error message.public ComputeTaskTimeoutException(Throwable cause)
cause
- Non-null throwable cause.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019