Uses of Class
io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
Packages that use ZerowebBusinessException
-
Uses of ZerowebBusinessException in io.github.xezzon.zeroweb.common.exception
Subclasses of ZerowebBusinessException in io.github.xezzon.zeroweb.common.exceptionModifier and TypeClassDescriptionclass数据权限不足异常。class当数据重复时抛出的业务异常,通常是由于唯一键冲突导致。Methods in io.github.xezzon.zeroweb.common.exception with parameters of type ZerowebBusinessExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ErrorResult> GlobalExceptionHandler.handleException(ZerowebBusinessException e, jakarta.servlet.http.HttpServletRequest request) 处理业务异常。