类 UnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
top.tangyh.basic.exception.BaseUncheckedException
top.tangyh.basic.exception.UnauthorizedException
- 所有已实现的接口:
Serializable,BaseException
401 未认证 未登录
- 版本:
- 1.0
- 作者:
- zuihou
- 另请参阅:
-
字段概要
从接口继承的字段 top.tangyh.basic.exception.BaseException
BASE_VALID_PARAM -
构造器概要
构造器构造器说明UnauthorizedException(int code, String message) UnauthorizedException(int code, String message, Throwable cause) -
方法概要
修饰符和类型方法说明toString()static UnauthorizedExceptionstatic UnauthorizedExceptionwrap(ExceptionCode ec) 从类继承的方法 top.tangyh.basic.exception.BaseUncheckedException
getCode, getMessage