Class DefaultRetryCondition

    • Constructor Detail

      • DefaultRetryCondition

        public DefaultRetryCondition()
    • Method Detail

      • shouldBeRetried

        public boolean shouldBeRetried​(@Nonnull
                                       BmcException exception)
        Description copied from interface: RetryCondition
        Check if the operation should be retried.
        Specified by:
        shouldBeRetried in interface RetryCondition
        Parameters:
        exception - The exception from the previous unsuccessful operation.
        Returns:
        true if the operation should be retried, else false.
      • isProcessingException

        public static boolean isProcessingException​(BmcException exception)