Class UnknownHistoryException

All Implemented Interfaces:
Serializable

public final class UnknownHistoryException extends RequestException
A 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.
See Also:
  • Constructor Details

    • UnknownHistoryException

      public UnknownHistoryException(Long lastSeenHistory)
  • Method Details