com.foxinmy.weixin4j.http
Class HttpClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.foxinmy.weixin4j.http.HttpClientException
- All Implemented Interfaces:
- Serializable
public class HttpClientException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HttpClientException
public HttpClientException(String msg)
- Construct a new instance of
HttpClientException with the given
message.
- Parameters:
msg - the message
HttpClientException
public HttpClientException(String msg,
Throwable ex)
- Construct a new instance of
HttpClientException with the given
message and exception.
- Parameters:
msg - the messageex - the exception
Copyright © 2014–2017. All rights reserved.