Class TransactionOptimisticException
Exception thrown whenever Ignite transactions fail optimistically.
Namespace: Apache.Ignite.Core.Transactions
Assembly: Apache.Ignite.Core.dll
Syntax
public class TransactionOptimisticException : IgniteExceptionConstructors
TransactionOptimisticException()
Initializes a new instance of the TransactionOptimisticException class.
Declaration
public TransactionOptimisticException()TransactionOptimisticException(SerializationInfo, StreamingContext)
Initializes a new instance of the TransactionOptimisticException class.
Declaration
protected TransactionOptimisticException(SerializationInfo info, StreamingContext ctx)Parameters
| Type | Name | Description | 
|---|---|---|
| SerializationInfo | info | Serialization information. | 
| StreamingContext | ctx | Streaming context. | 
TransactionOptimisticException(String)
Initializes a new instance of the TransactionOptimisticException class.
Declaration
public TransactionOptimisticException(string message)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | The message that describes the error. | 
TransactionOptimisticException(String, Exception)
Initializes a new instance of the TransactionOptimisticException class.
Declaration
public TransactionOptimisticException(string message, Exception cause)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | The message. | 
| Exception | cause | The cause. |