Class OperationDoesNotExist

All Implemented Interfaces:
Serializable

public class OperationDoesNotExist extends CouchbaseException
Raised when a requested subdoc operation does not exist.
Since:
2.0
Author:
Graham Pople
See Also:
  • Constructor Details

    • OperationDoesNotExist

      public OperationDoesNotExist()
    • OperationDoesNotExist

      public OperationDoesNotExist(String message)
    • OperationDoesNotExist

      public OperationDoesNotExist(String message, Throwable cause)
    • OperationDoesNotExist

      public OperationDoesNotExist(Throwable cause)