Class SearchTimeoutException

All Implemented Interfaces:
Serializable

@PublicApi public class SearchTimeoutException extends SearchException
Exceptions indicating timeout during the search process. Timeouts may happen both regarding iteration step and time.
Since:
5.6
See Also:
  • Constructor Details

    • SearchTimeoutException

      public SearchTimeoutException()
      Constructs a new exception with null as its detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).
    • SearchTimeoutException

      public SearchTimeoutException(String message)
      Constructs a new exception with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).
      Parameters:
      message - the detail message. The detail message is saved for later retrieval by the SearchException.getMessage() method.