Class RetCodeException

All Implemented Interfaces:
Serializable

public class RetCodeException extends UCloudException
RetCodeException is the exception of a logic exception returned by remote service
See Also:
  • Constructor Details

    • RetCodeException

      public RetCodeException(Integer retCode, String message, String requestId)
      Parameters:
      retCode - RetCode of response
      message - Message to describe what happened
      requestId - Request ID is the unique identifier of invoking lifycycle
  • Method Details

    • getRetCode

      public Integer getRetCode()
    • getRequestId

      public String getRequestId()