Class BusinessException

All Implemented Interfaces:
Serializable

public class BusinessException extends UncheckedException
自定义异常: 业务异常
Since:
Java 17+
Author:
Kimi Liu
See Also:
  • Constructor Details

    • BusinessException

      public BusinessException()
    • BusinessException

      public BusinessException(String errcode)
    • BusinessException

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

      public BusinessException(String msg, Throwable e)
    • BusinessException

      public BusinessException(Throwable e)
    • BusinessException

      public BusinessException(String errcode, String errmsg)