InternalException

public final class InternalException extends AmapiSdkException


Call has failed due to an internal error.

Summary

Public constructors

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

Public constructors

InternalException

public InternalException(@NonNull Exception cause)

InternalException

public InternalException(Throwable cause, String requestId)

InternalException

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