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
public class UCloudException extends Exception
UCloudException is the base-class of all the exception throw by SDK- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UCloudException(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
-
-