类 QyException

所有已实现的接口:
Serializable

public class QyException extends RuntimeException
description:
作者:
杨永基 date: 2021/09/09
另请参阅:
  • 字段详细资料

    • errorCode

      protected String errorCode
      错误码
    • errorMsg

      protected String errorMsg
      错误信息
  • 构造器详细资料

    • QyException

      public QyException()
    • QyException

      public QyException(top.yqingyu.common.exception.QyErrorInfoInterface errorInfoInterface)
    • QyException

      public QyException(top.yqingyu.common.exception.QyErrorInfoInterface errorInfoInterface, Throwable cause)
    • QyException

      public QyException(String errorMsg)
    • QyException

      public QyException(String errorCode, String errorMsg)
    • QyException

      public QyException(String errorCode, String errorMsg, Throwable cause)
  • 方法详细资料