Class 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 Detail

      • SearchTokenExpiredException

        public SearchTokenExpiredException​(long searchToken)
    • Method Detail

      • getSearchToken

        public long getSearchToken()