Class TooManyPendingAcquisitionsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.armeria.client.limit.TooManyPendingAcquisitionsException
All Implemented Interfaces:
Serializable

public final class TooManyPendingAcquisitionsException extends RuntimeException
A RuntimeException raised when the number of pending acquisitions exceeds the ConcurrencyLimitBuilder.maxPendingAcquisitions(int).
See Also: