com.github.sd4324530.fastweixin.exception
类 WeixinException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 com.github.sd4324530.fastweixin.exception.WeixinException
所有已实现的接口:
Serializable

public class WeixinException
extends RuntimeException

微信API处理异常

作者:
peiyu
另请参见:
序列化表格

构造方法摘要
WeixinException()
           
WeixinException(String message)
           
WeixinException(String message, Throwable cause)
           
WeixinException(Throwable cause)
           
 
方法摘要
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

WeixinException

public WeixinException()

WeixinException

public WeixinException(String message)

WeixinException

public WeixinException(String message,
                       Throwable cause)

WeixinException

public WeixinException(Throwable cause)


Copyright © 2017. All rights reserved.