Package cn.ucloud.common.exception
Class TransportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- cn.ucloud.common.exception.UCloudException
-
- cn.ucloud.common.exception.TransportException
-
- All Implemented Interfaces:
Serializable
public class TransportException extends UCloudException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransportException(String message, Throwable cause)Transport exception occurs when the transport has been invoking
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-