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

Exception thrown from non-transactional cache in case when update succeeded only partially. More...

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

Public Member Functions

 CachePartialUpdateException ()
 Initializes a new instance of the CachePartialUpdateException class. More...
 
 CachePartialUpdateException (string message)
 Initializes a new instance of the CachePartialUpdateException class. More...
 
 CachePartialUpdateException (string msg, Exception failedKeysException)
 Constructor. More...
 
 CachePartialUpdateException (string msg, IList< object > failedKeys)
 Constructor. More...
 
IEnumerable< T > GetFailedKeys< T > ()
 Gets the failed keys. More...
 
override void GetObjectData (SerializationInfo info, StreamingContext context)
 
- 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

 CachePartialUpdateException (SerializationInfo info, StreamingContext ctx)
 Initializes a new instance of the CachePartialUpdateException 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.CachePartialUpdateException.CachePartialUpdateException ( )
Apache.Ignite.Core.Cache.CachePartialUpdateException.CachePartialUpdateException ( string  message)
Parameters
messageThe message that describes the error.
Apache.Ignite.Core.Cache.CachePartialUpdateException.CachePartialUpdateException ( SerializationInfo  info,
StreamingContext  ctx 
)
protected
Parameters
infoSerialization information.
ctxStreaming context.
Apache.Ignite.Core.Cache.CachePartialUpdateException.CachePartialUpdateException ( string  msg,
Exception  failedKeysException 
)
Parameters
msgException message.
failedKeysExceptionException occurred during failed keys read/write.
Apache.Ignite.Core.Cache.CachePartialUpdateException.CachePartialUpdateException ( string  msg,
IList< object >  failedKeys 
)
Parameters
msgException message.
failedKeysFailed keys.

Member Function Documentation

IEnumerable<T> Apache.Ignite.Core.Cache.CachePartialUpdateException.GetFailedKeys< T > ( )
override void Apache.Ignite.Core.Cache.CachePartialUpdateException.GetObjectData ( SerializationInfo  info,
StreamingContext  context 
)