Class ExhaustedRetryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.retry.RetryException
org.springframework.retry.ExhaustedRetryException
All Implemented Interfaces:
Serializable

public class ExhaustedRetryException extends RetryException
See Also:
  • Constructor Details

    • ExhaustedRetryException

      public ExhaustedRetryException(String msg, Throwable cause)
    • ExhaustedRetryException

      public ExhaustedRetryException(String msg)