Class RetryException

    • Constructor Detail

      • RetryException

        public RetryException()
        Creates a new RetryException.
      • RetryException

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

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