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.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024