Package 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
-
-
Constructor Summary
Constructors Constructor Description HttpClientException(String msg)
Construct a new instance ofHttpClientException
with the given message.HttpClientException(String msg, Throwable ex)
Construct a new instance ofHttpClientException
with the given message and exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HttpClientException
public HttpClientException(String msg)
Construct a new instance ofHttpClientException
with the given message.- Parameters:
msg
- the message
-
-