程序包 cn.zhxu.bp
类 RespException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.zhxu.bp.RespException
- 所有已实现的接口:
Serializable
- 另请参阅:
-
构造器概要
构造器构造器说明RespException(org.springframework.http.HttpStatus status) RespException(org.springframework.http.HttpStatus status, String msg) -
方法概要
修饰符和类型方法说明static RespExceptionbadRequest(String msg) static RespExceptionstatic RespExceptionstatic RespExceptionstatic RespExceptionserverError(String msg) static RespExceptionunauthorized(String msg)
-
构造器详细资料
-
RespException
public RespException(org.springframework.http.HttpStatus status) -
RespException
-
-
方法详细资料
-
badRequest
-
unauthorized
-
forbidden
-
notFound
-
noContent
-
serverError
-