Class PreparedStatementFailureException

All Implemented Interfaces:
Serializable

public class PreparedStatementFailureException
extends CouchbaseException
Indicates an operation failed because there has been an issue with query prepared statements.
Since:
3.0
See Also:
Serialized Form
  • Constructor Details

    • PreparedStatementFailureException

      public PreparedStatementFailureException​(ErrorContext ctx, boolean retryable)
  • Method Details

    • retryable

      @Internal public boolean retryable()