类 RetCodeException

所有已实现的接口:
Serializable

public class RetCodeException extends UCloudException
RetCodeException is the exception of a logic exception returned by remote service
另请参阅:
  • 构造器详细资料

    • RetCodeException

      public RetCodeException(Integer retCode, String message, String requestId)
      参数:
      retCode - RetCode of response
      message - Message to describe what happened
      requestId - Request ID is the unique identifier of invoking lifycycle
  • 方法详细资料

    • getRetCode

      public Integer getRetCode()
    • getRequestId

      public String getRequestId()