Class SearchTokenExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.internal.search.v2.lucene.SearchTokenExpiredException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SearchTokenExpiredException
public SearchTokenExpiredException(long searchToken)
-
-
Method Details
-
getSearchToken
public long getSearchToken()
-