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:
- 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
-
-