Class SearchTokenExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.search.v2.SearchTokenExpiredException
- All Implemented Interfaces:
Serializable
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 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()
-