Class MalformedMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.wechat.pay.java.core.exception.WechatPayException
com.wechat.pay.java.core.exception.MalformedMessageException
- All Implemented Interfaces:
Serializable
解析微信支付应答或回调报文异常时抛出,例如回调通知参数不正确、应答类型错误。
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMalformedMessageException(String message) MalformedMessageException(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
-
MalformedMessageException
-
MalformedMessageException
-