类 InvalidPayment

java.lang.Object
java.lang.Throwable
java.lang.Exception
top.expli.schoolfish.exceptions.InvalidPayment
所有已实现的接口:
Serializable

public class InvalidPayment extends Exception
无效的支付异常
另请参阅:
  • 构造器详细资料

    • InvalidPayment

      public InvalidPayment()
      Constructs a new exception with null as its detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).
    • InvalidPayment

      public InvalidPayment(String message)
      Constructs a new exception with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).
      参数:
      message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.