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
public class RetCodeException extends UCloudException
RetCodeException is the exception of a logic exception returned by remote service- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetCodeException(Integer retCode, String message, String requestId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRequestId()IntegergetRetCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-