Class TransactionOperationFailedException

All Implemented Interfaces:
Serializable

@Internal public class TransactionOperationFailedException extends CouchbaseException
This operation (such as a replace, get or insert) either failed or ambiguously succeeded.

The details of the failure are opaque, as the application is not expected to take action on this failure. The application should not catch errors from operations.

All methods on this class are for internal use only.

See Also: