Package cn.ucloud.common.exception
Class UCloudException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cn.ucloud.common.exception.UCloudException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RetCodeException,TransportException,ValidatorException
UCloudException is the base-class of all the exception throw by SDK
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUCloudException(String message) UCloudException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UCloudException
-
UCloudException
-