Class ReplicaNotAvailableException

All Implemented Interfaces:
OriginalMutationResult, Serializable

public class ReplicaNotAvailableException
extends CouchbaseException
implements OriginalMutationResult
This exception is thrown when the given operation targeting a specific replica is not fulfillable because the replica is not available (the node has been failed over or is marked as down).
Since:
1.2.0
Author:
Michael Nitschinger
See Also:
Serialized Form
  • Constructor Details

    • ReplicaNotAvailableException

      public ReplicaNotAvailableException​(String message, Long cas)
  • Method Details

    • mutationCas

      public long mutationCas()
      Description copied from interface: OriginalMutationResult
      If the originating operation used to be a mutation and was successful, this getter allows to retrieve the cas value returned.
      Specified by:
      mutationCas in interface OriginalMutationResult
      Returns:
      a long case value or an exception otherwise.