Package com.foxinmy.weixin4j.exception
Class WeixinException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.foxinmy.weixin4j.exception.WeixinException
-
- All Implemented Interfaces:
Serializable
public class WeixinException extends Exception
调用微信接口抛出的异常- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WeixinException(String desc)
WeixinException(String code, String desc)
WeixinException(String message, Throwable cause)
WeixinException(Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getErrorCode()
String
getErrorDesc()
String
getErrorText()
String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-