Package org.projectnessie.versioned
Class ReferenceRetryFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.projectnessie.versioned.VersionStoreException
org.projectnessie.versioned.ReferenceConflictException
org.projectnessie.versioned.ReferenceRetryFailureException
- All Implemented Interfaces:
Serializable
Special case of a
ReferenceConflictException indicating that the requested operation
could not be completed within the configured time and number of retries due to concurrent
operations.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReferenceRetryFailureException(String message, int retries, long durationMillis) -
Method Summary
Methods inherited from class org.projectnessie.versioned.ReferenceConflictException
getReferenceConflictsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReferenceRetryFailureException
-
-
Method Details
-
getRetries
public int getRetries() -
getDurationMillis
public long getDurationMillis()
-