Class Hierarchy
- java.lang.Object
- org.springframework.retry.policy.BinaryExceptionClassifierRetryPolicy (implements org.springframework.retry.RetryPolicy)
- org.springframework.retry.policy.CircuitBreakerRetryPolicy (implements org.springframework.retry.RetryPolicy)
- org.springframework.retry.policy.CompositeRetryPolicy (implements org.springframework.retry.RetryPolicy)
- org.springframework.retry.policy.ExceptionClassifierRetryPolicy (implements org.springframework.retry.RetryPolicy)
- org.springframework.retry.policy.MapRetryContextCache (implements org.springframework.retry.policy.RetryContextCache)
- org.springframework.retry.policy.MaxAttemptsRetryPolicy (implements org.springframework.retry.RetryPolicy)
- org.springframework.retry.policy.NeverRetryPolicy (implements org.springframework.retry.RetryPolicy)
- org.springframework.retry.policy.AlwaysRetryPolicy
- org.springframework.retry.policy.PredicateRetryPolicy (implements org.springframework.retry.RetryPolicy)
- org.springframework.retry.policy.SimpleRetryPolicy (implements org.springframework.retry.RetryPolicy)
- org.springframework.retry.policy.ExpressionRetryPolicy (implements org.springframework.beans.factory.BeanFactoryAware)
- org.springframework.retry.policy.SoftReferenceMapRetryContextCache (implements org.springframework.retry.policy.RetryContextCache)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.core.NestedRuntimeException
- org.springframework.retry.RetryException
- org.springframework.retry.policy.RetryCacheCapacityExceededException
- org.springframework.retry.RetryException
- org.springframework.core.NestedRuntimeException
- java.lang.RuntimeException
- java.lang.Exception
- org.springframework.retry.policy.TimeoutRetryPolicy (implements org.springframework.retry.RetryPolicy)
Interface Hierarchy
- org.springframework.retry.policy.RetryContextCache