模块 org.redkale

类 RetException

  • 所有已实现的接口:
    Serializable

    public class RetException
    extends RedkaleException
    错误码自定义异常类

    详情见: https://redkale.org

    从以下版本开始:
    2.8.0
    作者:
    zhangjx
    另请参阅:
    序列化表格
    • 构造器详细资料

      • RetException

        public RetException​(int code)
      • RetException

        public RetException​(int code,
                            String message)
      • RetException

        public RetException​(int code,
                            Throwable cause)
      • RetException

        public RetException​(int code,
                            String message,
                            Throwable cause)
    • 方法详细资料

      • getCode

        public int getCode()