Class SearchTokenExpiredException

  • All Implemented Interfaces:
    Serializable

    public class SearchTokenExpiredException
    extends Exception
    An exception thrown when the search token has expired.

    A search token is associated with an older version of the index It's expiry means that the older version of the index is no longer accessible for searching.

    See Also:
    Serialized Form
    • Constructor Detail

      • SearchTokenExpiredException

        public SearchTokenExpiredException​(long searchToken)
    • Method Detail

      • getSearchToken

        public long getSearchToken()