Class TestFailTransientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.core.error.CouchbaseException
com.couchbase.client.core.error.transaction.internal.TestFailTransientException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.couchbase.client.core.error.CouchbaseException
context, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TestFailTransientException
public TestFailTransientException() -
TestFailTransientException
-