@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() |
unwrap
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OutOfOrderRequestException(long expectedRequest)
public boolean isRetriable()
isRetriable
in class RequestException
Copyright © 2019 OpenDaylight. All rights reserved.