类 ApiException

    • 构造器详细资料

      • ApiException

        public ApiException()
      • ApiException

        public ApiException​(String errCode,
                            String errMsg)
      • ApiException

        public ApiException​(String message)
      • ApiException

        public ApiException​(Throwable cause)
    • 方法详细资料

      • getErrCode

        public String getErrCode()
      • getErrMsg

        public String getErrMsg()