类 ValueMismatchException

所有已实现的接口:
Serializable

public class ValueMismatchException extends TradeException
数量不匹配异常
作者:
KevinHuangwl
另请参阅:
  • 构造器详细资料

    • ValueMismatchException

      public ValueMismatchException()
    • ValueMismatchException

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

      public ValueMismatchException(String message, Throwable cause)
    • ValueMismatchException

      public ValueMismatchException(String message)
    • ValueMismatchException

      public ValueMismatchException(Throwable cause)