public class ComputeTaskCancelledException extends IgniteException
Constructor and Description |
---|
ComputeTaskCancelledException(String msg)
Creates new task cancellation exception with given error message.
|
ComputeTaskCancelledException(String msg,
@Nullable Throwable cause)
Creates new task cancellation exception with given error message and optional nested exception.
|
ComputeTaskCancelledException(Throwable cause)
Creates new task cancellation 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 ComputeTaskCancelledException(String msg)
msg
- Error message.public ComputeTaskCancelledException(Throwable cause)
cause
- Non-null throwable cause.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024