InternalException

class InternalException : AmapiSdkException


由于内部错误,通话失败。

摘要

公共构造函数

InternalException(cause: Throwable?, requestId: String?)
InternalException(message: String, cause: Throwable?, requestId: String?)

继承的媒体资源

来自 kotlin.Throwable

公共构造函数

InternalException

InternalException(cause: Exception)

InternalException

InternalException(cause: Throwable? = null, requestId: String? = null)

InternalException

InternalException(
    message: String,
    cause: Throwable? = null,
    requestId: String? = null
)