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,
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, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ComputeTaskTimeoutException(String msg)
msg - Error message.public ComputeTaskTimeoutException(Throwable cause)
cause - Non-null throwable cause.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016