Class RetryNotPossibleException

    • Constructor Detail

      • RetryNotPossibleException

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

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