Apache Ignite.NET
Apache.Ignite.Core.Compute.ComputeJobFailoverException Class Reference

This runtime exception can be thrown from IComputeJob<T>.Execute() method to force job failover to another node within task topology. IComputeFunc<T,R> or IComputeFunc<T> passed into any of the ICompute methods can also throw this exception to force failover. More...

Inheritance diagram for Apache.Ignite.Core.Compute.ComputeJobFailoverException:
Apache.Ignite.Core.Common.IgniteException

Public Member Functions

 ComputeJobFailoverException ()
 Initializes a new instance of the ComputeJobFailoverException class. More...
 
 ComputeJobFailoverException (string message)
 Initializes a new instance of the ComputeJobFailoverException class. More...
 
 ComputeJobFailoverException (string message, Exception cause)
 Initializes a new instance of the ComputeJobFailoverException class. More...
 
- Public Member Functions inherited from Apache.Ignite.Core.Common.IgniteException
 IgniteException ()
 Initializes a new instance of the IgniteException class. More...
 
 IgniteException (string message)
 Initializes a new instance of the IgniteException class. More...
 
 IgniteException (string message, Exception cause)
 Initializes a new instance of the IgniteException class. More...
 

Protected Member Functions

 ComputeJobFailoverException (SerializationInfo info, StreamingContext ctx)
 Initializes a new instance of the ComputeJobFailoverException class. More...
 
- Protected Member Functions inherited from Apache.Ignite.Core.Common.IgniteException
 IgniteException (SerializationInfo info, StreamingContext ctx)
 Initializes a new instance of the IgniteException class. More...
 

Detailed Description

Constructor & Destructor Documentation

Apache.Ignite.Core.Compute.ComputeJobFailoverException.ComputeJobFailoverException ( )
Apache.Ignite.Core.Compute.ComputeJobFailoverException.ComputeJobFailoverException ( string  message)
Parameters
messageThe message that describes the error.
Apache.Ignite.Core.Compute.ComputeJobFailoverException.ComputeJobFailoverException ( SerializationInfo  info,
StreamingContext  ctx 
)
protected
Parameters
infoSerialization information.
ctxStreaming context.
Apache.Ignite.Core.Compute.ComputeJobFailoverException.ComputeJobFailoverException ( string  message,
Exception  cause 
)
Parameters
messageThe message.
causeThe cause.