Class MaxRetriesExceededException

All Implemented Interfaces:
Serializable

public class MaxRetriesExceededException extends UpdateException
An exception indicating that the maximum number of retries has been exceeded.
Since:
0.1.0
See Also:
  • Method Details

    • getMaxRetriesAllowed

      public long getMaxRetriesAllowed()
      Return the maximum number of retries allowed, which was exceeded.
      Returns:
      the maximum number of retries allowed
      Since:
      0.1.0