• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Show / Hide Table of Contents

Class BucketTransferredException

BucketTransferredException is thrown on Add/Insert operation in POR cache when during the node up/down process, a bucket is moved to another node and this node has received the item according to an older map.

Inheritance
System.Object
CacheException
OperationFailedException
BucketTransferredException
Inherited Members
OperationFailedException.IsTracable
CacheException.ErrorCode
CacheException.StackTrace
CacheException.ToString()
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class BucketTransferredException : OperationFailedException

Constructors

Name Description
BucketTransferredException()

default constructor.

BucketTransferredException(SerializationInfo, StreamingContext)

overloaded constructor, manual serialization.

BucketTransferredException(Int32)

Overloaded constructor

BucketTransferredException(Int32, String)

Overloaded constructor

BucketTransferredException(Int32, String, Exception)

Overloaded constructor

BucketTransferredException(String)

overloaded constructor, takes the reason as parameter.

BucketTransferredException(String, Exception)

overloaded constructor.

Back to top Copyright © 2017 Alachisoft