Class RetryTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.polaris.persistence.nosql.api.commit.RetryTimeoutException
All Implemented Interfaces:
Serializable

public final class RetryTimeoutException extends Exception
Thrown to indicate that a retryable (commit) attempt eventually failed due to a timeout.
See Also:
  • Constructor Details

    • RetryTimeoutException

      public RetryTimeoutException(int retry, long timeNanos)
  • Method Details

    • getRetry

      public int getRetry()
    • getTimeNanos

      public long getTimeNanos()