类 BusinessException

所有已实现的接口:
Serializable

public class BusinessException extends RuntimeException
自定义异常类
作者:
Amanda.z
另请参阅:
  • 字段详细资料

    • errorCode

      protected Integer errorCode
      错误状态码
    • errorMsg

      protected String errorMsg
      错误提示
  • 构造器详细资料

    • BusinessException

      public BusinessException()
    • BusinessException

      public BusinessException(Integer errorCode, String errorMsg)