Class WechatPayException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.wechat.pay.java.core.exception.WechatPayException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DecryptionException,HttpException,MalformedMessageException,ServiceException,ValidationException
微信支付异常基类
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWechatPayException(String message) WechatPayException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WechatPayException
-
WechatPayException
-