Class HttpExceptions.RequestTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.levanquy.exception.HttpExceptions.RequestTimeoutException
All Implemented Interfaces:
Serializable
Enclosing class:
HttpExceptions

public static class HttpExceptions.RequestTimeoutException extends RuntimeException
Exception cho lỗi HTTP 408 Request Timeout. Server đã mất quá nhiều thời gian để đáp ứng yêu cầu của client, vượt quá giới hạn thời gian chờ.
See Also:
  • Constructor Details

    • RequestTimeoutException

      public RequestTimeoutException(String message)