Class CASMismatchException

All Implemented Interfaces:
Serializable

public class CASMismatchException
extends CouchbaseException
Identifying a CAS mismatch on a replace operation..
Since:
2.0
Author:
Michael Nitschinger
See Also:
Serialized Form
  • Constructor Details

    • CASMismatchException

      public CASMismatchException()
    • CASMismatchException

      public CASMismatchException​(String message)
    • CASMismatchException

      public CASMismatchException​(String message, Throwable cause)
    • CASMismatchException

      public CASMismatchException​(Throwable cause)