|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.atlassian.confluence.search.v2.SearchTokenExpiredException
public class SearchTokenExpiredException
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.
| Constructor Summary | |
|---|---|
SearchTokenExpiredException(long searchToken)
|
|
| Method Summary | |
|---|---|
long |
getSearchToken()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SearchTokenExpiredException(long searchToken)
| Method Detail |
|---|
public long getSearchToken()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||