Class TestFailTransientException

All Implemented Interfaces:
Serializable

@Internal public class TestFailTransientException extends CouchbaseException
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 Details

    • TestFailTransientException

      public TestFailTransientException()
    • TestFailTransientException

      public TestFailTransientException(String msg)