Package org.springframework.resilience
@NullMarked
package org.springframework.resilience
Common exceptions thrown by Spring's resilience facilities.
-
Exception ClassesClassDescriptionException thrown when a target will not get invoked due to a resilience policy, such as the concurrency limit having been reached for a class/method annotated with
@ConcurrencyLimit.