Package com.linecorp.armeria.client
Class WriteTimeoutException
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.WriteTimeoutException
- All Implemented Interfaces:
Serializable
A
TimeoutException
raised when a client failed to send a request to the wire within timeout.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic WriteTimeoutException
get()
Returns a singletonWriteTimeoutException
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 singletonWriteTimeoutException
or newly-created exception depending on the result ofSampler.isSampled(Object)
ofFlags.verboseExceptionSampler()
.
-