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:
java.io.Serializable
public class ReferenceRetryFailureException extends ReferenceConflictException
Special case of aReferenceConflictExceptionindicating that the requested operation could not be completed within the configured time and number of retries due to concurrent operations.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReferenceRetryFailureException(java.lang.String message, int retries, long durationMillis)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetDurationMillis()intgetRetries()-
Methods inherited from class org.projectnessie.versioned.ReferenceConflictException
getReferenceConflicts
-
-