public class ComputeJobFailoverException extends IgniteException
ComputeJob.execute()
method to force
job failover to another node within task topology. Any
IgniteClosure
, Callable
, or Runnable
instance passed into
any of the IgniteCompute
methods can also throw this exception to force failover.Constructor and Description |
---|
ComputeJobFailoverException(String msg)
Creates new exception with given error message.
|
ComputeJobFailoverException(String msg,
@Nullable Throwable cause)
Creates new exception with given error message
and optional nested exception.
|
ComputeJobFailoverException(Throwable cause)
Creates new 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 ComputeJobFailoverException(String msg)
msg
- Error message.public ComputeJobFailoverException(Throwable cause)
cause
- Non-null throwable cause.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019