类 BusinessException

所有已实现的接口:
Serializable, ResultProvider

public class BusinessException extends RuntimeException implements ResultProvider
从以下版本开始:
2023-08-08
作者:
Catch
另请参阅:
  • 字段详细资料

  • 构造器详细资料

    • BusinessException

      public BusinessException()
    • BusinessException

      public BusinessException(String message)
    • BusinessException

      public BusinessException(int code, String message)
    • BusinessException

      public BusinessException(ResultProvider provider)
    • BusinessException

      public BusinessException(Throwable cause)
    • BusinessException

      public BusinessException(String message, Throwable cause)
    • BusinessException

      public BusinessException(int code, String message, Throwable cause)
    • BusinessException

      public BusinessException(ResultProvider provider, Throwable cause)
  • 方法详细资料