类 NotifyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.walker.infrastructure.core.NestedCheckedException
com.walker.infrastructure.ApplicationException
com.walker.pay.PayException
com.walker.pay.exception.NotifyException
- 所有已实现的接口:
Serializable
结果通知异常定义。
包括: 订单支付通知、退款通知等。
- 另请参阅:
-
构造器概要
构造器构造器说明NotifyException(String orderId, String msg, Throwable caution) NotifyException(String orderId, Throwable caution) -
方法概要
从类继承的方法 com.walker.pay.PayException
getOrderId, setOrderId从类继承的方法 com.walker.infrastructure.ApplicationException
getCode从类继承的方法 com.walker.infrastructure.core.NestedCheckedException
contains, getMessage, getMostSpecificCause, getRootCause
-
构造器详细资料
-
NotifyException
-
NotifyException
-