类 TradeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dromara.northstar.common.exception.TradeException
所有已实现的接口:
Serializable
直接已知子类:
InsufficientException, ValueMismatchException

public class TradeException extends RuntimeException
交易异常
作者:
KevinHuangwl
另请参阅:
  • 构造器详细资料

    • TradeException

      public TradeException()
    • TradeException

      public TradeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • TradeException

      public TradeException(String message, Throwable cause)
    • TradeException

      public TradeException(String message)
    • TradeException

      public TradeException(Throwable cause)