Class TooManyRetriesException

    • Constructor Detail

      • TooManyRetriesException

        public TooManyRetriesException​(String message)
        Creates a new TooManyRetriesException with the provided message.
        Parameters:
        message - the message of the exception.
      • TooManyRetriesException

        public TooManyRetriesException​(String message,
                                       Throwable cause)
        Creates a new TooManyRetriesException with the provided message.
        Parameters:
        message - the message of the exception
        cause - the cause of the exception