Apache Ignite.NET
Apache.Ignite.Core.Transactions.TransactionDeadlockException Class Reference

Indicates a deadlock within Ignite transaction. More...

Inheritance diagram for Apache.Ignite.Core.Transactions.TransactionDeadlockException:
Apache.Ignite.Core.Common.IgniteException

Public Member Functions

 TransactionDeadlockException ()
 Initializes a new instance of the TransactionDeadlockException class. More...
 
 TransactionDeadlockException (string message)
 Initializes a new instance of the TransactionDeadlockException class. More...
 
 TransactionDeadlockException (string message, Exception cause)
 Initializes a new instance of the TransactionDeadlockException 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

 TransactionDeadlockException (SerializationInfo info, StreamingContext ctx)
 Initializes a new instance of the TransactionDeadlockException 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

This exception can be thrown from any cache method that modifies or reads data within a transaction with timeout (see ITransactions.TxStart(TransactionConcurrency, TransactionIsolation, TimeSpan, int) overload).

Constructor & Destructor Documentation

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