Class SearchTokenExpiredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.internal.search.v2.lucene.SearchTokenExpiredException
All Implemented Interfaces:
Serializable

public class SearchTokenExpiredException extends Exception
Thrown when the search token has expired.

In the event of this exception, clients should report a timeout to the user and / or retry the search with a new token.

Since:
8.0
See Also:
  • Constructor Details

    • SearchTokenExpiredException

      public SearchTokenExpiredException(long searchToken)
  • Method Details

    • getSearchToken

      public long getSearchToken()