Class TestFailAmbiguous
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.couchbase.transactions.error.internal.TestFailAmbiguous
-
- All Implemented Interfaces:
java.io.Serializable
@Internal public class TestFailAmbiguous extends java.lang.RuntimeException
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 Summary
Constructors Constructor Description TestFailAmbiguous()
TestFailAmbiguous​(java.lang.String msg)
-