类 ServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.rsocket.RSocketErrorException
-
- io.rsocket.exceptions.CustomRSocketException
-
- me.youm.frame.common.exception.ServerException
-
- 所有已实现的接口:
Serializable,EnumInterface
public class ServerException extends io.rsocket.exceptions.CustomRSocketException implements EnumInterface
rsocket跨服务异常- 作者:
- youta
- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 protected intcodeprotected Stringmsgprivate static longserialVersionUID
-
构造器概要
构造器 构造器 说明 ServerException(int code, String message)ServerException(EnumInterface enums)
-
方法概要
-
从类继承的方法 java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
从接口继承的方法 me.youm.frame.common.enums.EnumInterface
getCode, getMsg
-
-
-
-
构造器详细资料
-
ServerException
public ServerException(int code, String message)
-
ServerException
public ServerException(EnumInterface enums)
-
-