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