Class RetryNotAllowedException

    • Constructor Detail

      • RetryNotAllowedException

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

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