Class TestFailAmbiguousException

  • All Implemented Interfaces:
    Serializable

    @Internal
    public class TestFailAmbiguousException
    extends CouchbaseException
    Used only in testing: injects an error that will be handled as FAIL_AMBIGUOUS. E.g. either the server or SDK raised an error indicating the operation was ambiguously successful.
    See Also:
    Serialized Form
    • Constructor Detail

      • TestFailAmbiguousException

        public TestFailAmbiguousException()
      • TestFailAmbiguousException

        public TestFailAmbiguousException​(String msg)