Package com.linecorp.armeria.client
Class ResponseCancellationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.armeria.common.CancellationException
com.linecorp.armeria.client.ResponseCancellationException
- All Implemented Interfaces:
Serializable
public final class ResponseCancellationException extends CancellationException
A
CancellationException
raised when a response is cancelled by the user.- See Also:
- Serialized Form
-
Method Summary
Modifier and Type Method Description static ResponseCancellationException
get()
Returns a singletonResponseCancellationException
.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 singletonResponseCancellationException
.
-