Class ConcurrencyLimitTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.armeria.common.CancellationException
com.linecorp.armeria.common.TimeoutException
com.linecorp.armeria.client.limit.ConcurrencyLimitTimeoutException
- All Implemented Interfaces:
Serializable
A
TimeoutException
raised when a request is not sent from ConcurrencyLimitingClient
due to timeout.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionget()
Returns a singletonConcurrencyLimitTimeoutException
or newly-created exception depending on the result ofSampler.isSampled(Object)
ofFlags.verboseExceptionSampler()
.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
get
Returns a singletonConcurrencyLimitTimeoutException
or newly-created exception depending on the result ofSampler.isSampled(Object)
ofFlags.verboseExceptionSampler()
.
-