Class RetryInterruptedException

    • Constructor Detail

      • RetryInterruptedException

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

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