类 NacosApiException

所有已实现的接口:
Serializable

public class NacosApiException extends NacosException
Exception for open API.
errCode -> HTTP status code inherited from NacosException
errMsg -> detail error message inherited from NacosException
detailErrCode -> error code for api v2.0
errAbstract -> abstract error message for api v2.0
作者:
dongyafei
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      serialVersionUID.
      另请参阅:
    • detailErrCode

      private int detailErrCode
      error code for api v2.0.
    • errAbstract

      private String errAbstract
      abstract error description for api v2.0.
  • 构造器详细资料

    • NacosApiException

      public NacosApiException()
    • NacosApiException

      public NacosApiException(int statusCode, ErrorCode errorCode, Throwable throwable, String message)
    • NacosApiException

      public NacosApiException(int statusCode, ErrorCode errorCode, String message)
  • 方法详细资料

    • getDetailErrCode

      public int getDetailErrCode()
    • getErrAbstract

      public String getErrAbstract()