- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.redkale.util.RedkaleException
-
- org.redkale.util.RetcodeException
-
- 所有已实现的接口:
Serializable
public class RetcodeException extends RedkaleException
带retcode错误码的异常
详情见: https://redkale.org
- 作者:
- zhangjx
- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 protected int
retcode
-
构造器概要
构造器 构造器 说明 RetcodeException(int retcode)
RetcodeException(int retcode, String message)
RetcodeException(int retcode, String message, Throwable cause)
RetcodeException(int retcode, Throwable cause)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 int
getRetcode()
-