com.foxinmy.weixin4j.http
Class HttpClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.foxinmy.weixin4j.http.HttpClientException
All Implemented Interfaces:
Serializable

public class HttpClientException
extends Exception

See Also:
Serialized Form

Constructor Summary
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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 message
ex - the exception


Copyright © 2014–2017. All rights reserved.