@Beta public final class OutOfOrderRequestException extends RequestException
RequestException indicating that the backend has received a Request whose sequence does not match the
next expected sequence for the target. This is a hard error, as it indicates a Request is missing in the stream.| Constructor and Description |
|---|
OutOfOrderRequestException(long expectedRequest) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRetriable() |
unwrapaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OutOfOrderRequestException(long expectedRequest)
public boolean isRetriable()
isRetriable in class RequestExceptionCopyright © 2019 OpenDaylight. All rights reserved.