Class CannotRetryException

All Implemented Interfaces:
Serializable

public class CannotRetryException
extends CouchbaseException
A CouchbaseException that denotes that a retry cycle failed because the maximum allowed attempt count was reached.
Since:
1.1
Author:
Simon Baslé
See Also:
Retry, Serialized Form
  • Constructor Details

    • CannotRetryException

      public CannotRetryException​(String message)
    • CannotRetryException

      public CannotRetryException​(String message, Throwable cause)