类 ArkHttpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.volcengine.ark.runtime.exception.ArkHttpException
-
- 所有已实现的接口:
Serializable
public class ArkHttpException extends RuntimeException
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 ArkHttpException(ArkAPIError error, Exception parent, int statusCode, String requestId)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetMessage()StringtoString()
-
-
-
构造器详细资料
-
ArkHttpException
public ArkHttpException(ArkAPIError error, Exception parent, int statusCode, String requestId)
-
-