Package com.zone.weixin4j.exception
Class WeixinException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.zone.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(Exception e)
WeixinException(String errorMsg)
WeixinException(String errorMsg, Exception e)
WeixinException(String errorCode, String errorMsg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getErrorCode()
String
getErrorMsg()
String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getErrorCode
public String getErrorCode()
-
getErrorMsg
public String getErrorMsg()
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-