public static final class TimeSeries.InvalidQueryException extends SessionException
An example invalid query is one where the anchor is a sequence number
beyond the end of the time series (for example, it is specified using
TimeSeries.RangeQuery.from(long)
with a sequence number greater than the
latest sequence number, or TimeSeries.RangeQuery.fromLast(long)
with a
count
greater than the number of events in the time series),
and the span is a relative time. Since no timestamp is associated
with the anchor, the range is meaningless.
Constructor and Description |
---|
InvalidQueryException(String message)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidQueryException(String message)
message
- the exception messageCopyright © 2024 DiffusionData Ltd. All Rights Reserved.