Class ReferenceRetryFailureException

All Implemented Interfaces:
Serializable

public class ReferenceRetryFailureException extends ReferenceConflictException
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 Details

    • ReferenceRetryFailureException

      public ReferenceRetryFailureException(String message, int retries, long durationMillis)
  • Method Details

    • getRetries

      public int getRetries()
    • getDurationMillis

      public long getDurationMillis()