Class RequestTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
velox.api.layer1.dynamichistory.exceptions.RequestTimeoutException
All Implemented Interfaces:
Serializable

public class RequestTimeoutException extends RuntimeException
Thrown on timeout, can happen if the processing queue is overloaded, weak connection, or server is not responding.
See Also:
  • Constructor Details

    • RequestTimeoutException

      public RequestTimeoutException(String message)