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
public final class WriteTimeoutException extends TimeoutException
A
TimeoutException
raised when a client failed to send a request to the wire within timeout.- See Also:
- Serialized Form
-
Method Summary
Modifier and Type Method Description static WriteTimeoutException
get()
Returns a singletonWriteTimeoutException
.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
.
-