Class CommitNotPermittedException

All Implemented Interfaces:
Serializable

public class CommitNotPermittedException extends CouchbaseException
The transaction is not allowed to commit in the current state. Possible reasons include that it has already been committed or rolled back, or that an operation has failed.
See Also:
  • Constructor Details

    • CommitNotPermittedException

      public CommitNotPermittedException()