public final class UnprocessedRequestException extends RuntimeException
RuntimeException raised when it is certain that a request has not been handled by a server and
thus can be retried safely. This exception is usually raised when a server sent an HTTP/2 GOAWAY frame with
the lastStreamId less than the stream ID of the request.| Constructor and Description |
|---|
UnprocessedRequestException(String message,
Throwable cause)
Creates a new instance with the specified
message and cause. |
UnprocessedRequestException(Throwable cause)
Creates a new instance with the specified
cause. |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
Throwable |
getCause() |
addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnprocessedRequestException(String message, Throwable cause)
message and cause.public UnprocessedRequestException(Throwable cause)
cause.Copyright © 2020 LeanCloud. All rights reserved.