Class SearchTokenExpiredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.search.v2.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:
  • Constructor Details

    • SearchTokenExpiredException

      public SearchTokenExpiredException(long searchToken)
  • Method Details

    • getSearchToken

      public long getSearchToken()