Class RetryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.galan.commons.util.RetryException
All Implemented Interfaces:
Serializable

public class RetryException extends Exception
Exception is thrown, when retries didn't finished successfully.
See Also:
  • Constructor Details

    • RetryException

      public RetryException(String message, Throwable cause, long numberOfRetries, String timeBetween, String retryMessage)
  • Method Details

    • getNumberOfRetries

      public long getNumberOfRetries()
    • getTimeBetween

      public String getTimeBetween()
    • getRetryMessage

      public String getRetryMessage()