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
)