public class HttpRequestException extends RuntimeException
| 构造器和说明 |
|---|
HttpRequestException(Integer responseCode,
String responseMessage,
String responseResult) |
HttpRequestException(String message,
Throwable throwable) |
HttpRequestException(Throwable throwable,
String message,
Object... param) |
Copyright © 2019. All rights reserved.