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.
Inherited Members
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. |