类 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
另请参阅:
  • 构造器详细资料

    • 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()