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