类 OrderException
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.OrderException
- 所有已实现的接口:
Serializable
订单异常定义,因为调用第三方可能出现各种问题: 网络、校验等。
- 作者:
- 时克英
- 另请参阅:
-
构造器概要
构造器构造器说明OrderException(String orderId, String msg, Throwable caution) OrderException(String orderId, Throwable caution) -
方法概要
从类继承的方法 com.walker.pay.PayException
getOrderId, setOrderId从类继承的方法 com.walker.infrastructure.ApplicationException
getCode从类继承的方法 com.walker.infrastructure.core.NestedCheckedException
contains, getMessage, getMostSpecificCause, getRootCause
-
构造器详细资料
-
OrderException
-
OrderException
-