Class AttemptExpired

  • All Implemented Interfaces:
    java.io.Serializable

    @Internal
    public class AttemptExpired
    extends com.couchbase.client.core.error.CouchbaseException
    See Also:
    Serialized Form
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AttemptExpired

        @Deprecated
        public AttemptExpired​(AttemptContextReactive ctx,
                              boolean ignored)
        Deprecated.
      • AttemptExpired

        public AttemptExpired​(AttemptContextReactive ctx,
                              java.lang.String msg,
                              java.lang.Throwable cause)
      • AttemptExpired

        public AttemptExpired​(java.lang.Throwable cause)