@Beta public final class OutOfSequenceEnvelopeException extends RequestException
RequestException indicating that the backend has received a RequestEnvelope whose sequence does not match
 the next expected sequence. This can happen during leader transitions, when a part of the stream is rejected because
 the backend is not the leader and it transitions to being a leader with old stream messages still being present.| Constructor and Description | 
|---|
| OutOfSequenceEnvelopeException(long expectedEnvelope) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isRetriable() | 
unwrapaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OutOfSequenceEnvelopeException(long expectedEnvelope)
public boolean isRetriable()
isRetriable in class RequestExceptionCopyright © 2019 OpenDaylight. All rights reserved.