public class GridComputeJobFailoverException extends GridRuntimeException
GridComputeJob.execute() method to force
job failover to another node within task topology. Any
GridClosure, Callable, or Runnable instance passed into
any of the GridCompute methods can also throw this exception to force failover.| Constructor and Description |
|---|
GridComputeJobFailoverException(String msg)
Creates new exception with given error message.
|
GridComputeJobFailoverException(String msg,
Throwable cause)
Creates new exception with given error message
and optional nested exception.
|
GridComputeJobFailoverException(Throwable cause)
Creates new given throwable as a cause and
source of error message.
|
getCause, getMessage, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GridComputeJobFailoverException(String msg)
msg - Error message.public GridComputeJobFailoverException(Throwable cause)
cause - Non-null throwable cause.Copyright © 2014. All rights reserved.