@Beta public final class UnknownHistoryException extends RequestException
RequestException
indicating that the backend has received a request referencing an unknown history. This
typically happens when the linear history ID is newer than the highest observed CreateLocalHistoryRequest
.Constructor and Description |
---|
UnknownHistoryException(Long lastSeenHistory) |
Modifier and Type | Method and Description |
---|---|
boolean |
isRetriable() |
unwrap
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownHistoryException(Long lastSeenHistory)
public boolean isRetriable()
isRetriable
in class RequestException
Copyright © 2019 OpenDaylight. All rights reserved.