Java
GatewayTimeoutException
HTTP 504 Gateway Timeout 异常。
- Module:
core - Type:
class - Package:
com.euonia.http - Extends:
HttpStatusException - Author: damon(zhaorong@outlook.com)
Methods¶
GatewayTimeoutException (constructor)¶
使用指定的消息构造异常。
- Parameters:
message(String): 错误描述
GatewayTimeoutException (constructor)¶
使用指定的消息和原因构造异常。
- Parameters:
message(String): 错误描述cause(Throwable): 异常的根因