Class PayException

All Implemented Interfaces:
Serializable

public class PayException extends UncheckedException
类型: 支付异常
Since:
Java 17+
Author:
Kimi Liu
See Also:
  • Constructor Details

    • PayException

      public PayException()
    • PayException

      public PayException(String errcode)
    • PayException

      public PayException(String format, Object... args)
    • PayException

      public PayException(String msg, Throwable e)
    • PayException

      public PayException(Throwable e)
    • PayException

      public PayException(String errcode, String errmsg)