public class HttpClientException extends Exception
Description:
| 构造器和说明 |
|---|
HttpClientException(String msg)
Construct a new instance of
HttpClientException with the given
message. |
HttpClientException(String msg,
Throwable ex)
Construct a new instance of
HttpClientException with the given
message and exception. |
public HttpClientException(String msg)
HttpClientException with the given
message.msg - the messageCopyright © 2019. All rights reserved.