InternalException

public final class InternalException extends AmapiSdkException


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

摘要

公共构造函数

InternalException(Throwable cause, String requestId)
InternalException(
    @NonNull String message,
    Throwable cause,
    String requestId
)

公共构造函数

InternalException

public InternalException(@NonNull Exception cause)

InternalException

public InternalException(Throwable cause, String requestId)

InternalException

public InternalException(
    @NonNull String message,
    Throwable cause,
    String requestId
)