Class RetriesExhaustedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RetriesExhaustedException
    extends java.lang.RuntimeException
    Exception thrown by Retry utility class when all of the configured number of attempts have failed. The cause for this exception will be set to the final failure.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RetriesExhaustedException

        public RetriesExhaustedException​(java.lang.Throwable last)