类 BizException

所有已实现的接口:
Serializable

public class BizException extends RuntimeException
业务异常类
作者:
zhenghongyi @date 2023/11/21 10:03
另请参阅:
  • 构造器详细资料

    • BizException

      public BizException(String message, int code, String description)
    • BizException

      public BizException(ErrorCode errorCode)
    • BizException

      public BizException(ErrorCode errorCode, String description)
  • 方法详细资料

    • getCode

      public int getCode()
    • getDescription

      public String getDescription()