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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SearchTokenExpiredException(long searchToken)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getSearchToken()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-