Class BusinessException

All Implemented Interfaces:
Serializable

public class BusinessException extends UncheckedException
类型: 业务异常
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)