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