Apache Ignite.NET
Apache.Ignite.Core.Cache.CacheAtomicUpdateTimeoutException Class Reference

Indicates atomic operation timeout. More...

Inheritance diagram for Apache.Ignite.Core.Cache.CacheAtomicUpdateTimeoutException:
Apache.Ignite.Core.Cache.CacheException Apache.Ignite.Core.Common.IgniteException

Public Member Functions

 CacheAtomicUpdateTimeoutException ()
 Initializes a new instance of the CacheAtomicUpdateTimeoutException class. More...
 
 CacheAtomicUpdateTimeoutException (string message)
 Initializes a new instance of the CacheAtomicUpdateTimeoutException class. More...
 
 CacheAtomicUpdateTimeoutException (string message, Exception cause)
 Initializes a new instance of the CacheAtomicUpdateTimeoutException class. More...
 
- Public Member Functions inherited from Apache.Ignite.Core.Cache.CacheException
 CacheException ()
 Initializes a new instance of the CacheException class. More...
 
 CacheException (string message)
 Initializes a new instance of the CacheException class. More...
 
 CacheException (string message, Exception cause)
 Initializes a new instance of the CacheException 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

 CacheAtomicUpdateTimeoutException (SerializationInfo info, StreamingContext ctx)
 Initializes a new instance of the CacheAtomicUpdateTimeoutException class. More...
 
- Protected Member Functions inherited from Apache.Ignite.Core.Cache.CacheException
 CacheException (SerializationInfo info, StreamingContext ctx)
 Initializes a new instance of the CacheException 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.Cache.CacheAtomicUpdateTimeoutException.CacheAtomicUpdateTimeoutException ( )
Apache.Ignite.Core.Cache.CacheAtomicUpdateTimeoutException.CacheAtomicUpdateTimeoutException ( string  message)
Parameters
messageThe message that describes the error.
Apache.Ignite.Core.Cache.CacheAtomicUpdateTimeoutException.CacheAtomicUpdateTimeoutException ( string  message,
Exception  cause 
)
Parameters
messageThe message.
causeThe cause.
Apache.Ignite.Core.Cache.CacheAtomicUpdateTimeoutException.CacheAtomicUpdateTimeoutException ( SerializationInfo  info,
StreamingContext  ctx 
)
protected
Parameters
infoSerialization information.
ctxStreaming context.