类 PayException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- me.youm.core.common.exception.BaseException
-
- me.youm.core.common.exception.PayException
-
- 所有已实现的接口:
Serializable,EnumInterface
public class PayException extends BaseException implements EnumInterface
- 作者:
- youta
- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 private static longserialVersionUID-
从类继承的字段 me.youm.core.common.exception.BaseException
code, msg
-
-
构造器概要
构造器 构造器 说明 PayException(int code, String message)PayException(String message)PayException(EnumInterface enums, Object... args)
-
方法概要
-
从类继承的方法 me.youm.core.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.core.common.enums.EnumInterface
getCode, getMsg
-
-
-
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID
- 另请参阅:
- 常量字段值
-
-
构造器详细资料
-
PayException
public PayException(EnumInterface enums, Object... args)
-
PayException
public PayException(int code, String message)
-
PayException
public PayException(String message)
-
-