Package cn.ucloud.common.exception
Class RetCodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cn.ucloud.common.exception.UCloudException
cn.ucloud.common.exception.RetCodeException
- All Implemented Interfaces:
Serializable
RetCodeException is the exception of a logic exception returned by remote service
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetCodeException
- Parameters:
retCode- RetCode of responsemessage- Message to describe what happenedrequestId- Request ID is the unique identifier of invoking lifycycle
-
-
Method Details
-
getRetCode
-
getRequestId
-