com.atlassian.confluence.search.v2
Class SearchTokenExpiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
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

SearchTokenExpiredException

public SearchTokenExpiredException(long searchToken)
Method Detail

getSearchToken

public long getSearchToken()


Copyright © 2003–2015 Atlassian. All rights reserved.