类 TokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- me.youm.frame.common.exception.BaseException
-
- me.youm.frame.common.exception.TokenException
-
- 所有已实现的接口:
Serializable,EnumInterface
public class TokenException extends BaseException implements EnumInterface
- 作者:
- youta
- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 private static longserialVersionUID-
从类继承的字段 me.youm.frame.common.exception.BaseException
code, msg
-
-
构造器概要
构造器 构造器 说明 TokenException(int code, String message)TokenException(String message)
-
方法概要
-
从类继承的方法 me.youm.frame.common.exception.BaseException
getCode, getMsg
-
从类继承的方法 java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
从接口继承的方法 me.youm.frame.common.enums.EnumInterface
getCode, getMsg
-
-