Class MaxRetryExceededException

  • All Implemented Interfaces:
    Serializable

    public class MaxRetryExceededException
    extends ExecutorException
    This exception is used to signify that the maximum number of retries has been exceeded, that we shouldn't make further attempt.
    See Also:
    Serialized Form
    • Constructor Detail

      • MaxRetryExceededException

        public MaxRetryExceededException​(Throwable throwable)
      • MaxRetryExceededException

        public MaxRetryExceededException()