Class TestFailTransient
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.couchbase.transactions.error.internal.TestFailTransient
-
- All Implemented Interfaces:
java.io.Serializable
@Internal public class TestFailTransient extends java.lang.RuntimeException
Used only in testing: injects a FAIL_TRANSIENT error. E.g. a transient server error that could be recovered with a retry of either the operation or the transaction.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestFailTransient()
TestFailTransient​(java.lang.String msg)
-