Class RetryExhaustedException

    • Constructor Detail

      • RetryExhaustedException

        public RetryExhaustedException()
      • RetryExhaustedException

        public RetryExhaustedException​(String message,
                                       Throwable cause,
                                       boolean enableSuppression,
                                       boolean writableStackTrace)
      • RetryExhaustedException

        public RetryExhaustedException​(String message,
                                       Throwable cause)
      • RetryExhaustedException

        public RetryExhaustedException​(String message)
      • RetryExhaustedException

        public RetryExhaustedException​(Throwable cause)