Class RetryTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.polaris.persistence.nosql.api.commit.RetryTimeoutException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a retryable (commit)
attempt eventually failed due to a timeout.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetryTimeoutException
public RetryTimeoutException(int retry, long timeNanos)
-
-
Method Details
-
getRetry
public int getRetry() -
getTimeNanos
public long getTimeNanos()
-