类 BaseException

    • 字段详细资料

      • code

        protected int code
    • 构造器详细资料

      • BaseException

        protected BaseException​(String message)
      • BaseException

        protected BaseException​(int code,
                                String msgFormat,
                                Object... args)
    • 方法详细资料

      • getMsg

        public String getMsg()
      • getCode

        public int getCode()