MsalThrottlingException Classe

public class MsalThrottlingException
extends MsalServiceException

Tipo de exceção gerado quando o serviço retorna a instrução de limitação: Retry-After cabeçalho, 429 ou 5xx status.

Resumo do Construtor

Construtor Description
MsalThrottlingException(long retryInMs)

Classe Constructor for MsalThrottlingException

Resumo do método

Modificador e tipo Método e descrição
long retryInMs()

quanto tempo esperar antes da solicitação de repetição

Métodos herdados de MsalException

Métodos herdados de MsalServiceException

Métodos herdados de java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Métodos herdados de java.lang.Throwable

java.lang.Throwable.addSuppressed java.lang.Throwable.fillInStackTrace java.lang.Throwable.getCause java.lang.Throwable.getLocalizedMessage java.lang.Throwable.getMessage java.lang.Throwable.getStackTrace java.lang.Throwable.getSuppressed java.lang.Throwable.initCause java.lang.Throwable.printStackTrace java.lang.Throwable.printStackTrace java.lang.Throwable.printStackTrace java.lang.Throwable.setStackTrace java.lang.Throwable.toString

Detalhes do construtor

MsalThrottlingException

public MsalThrottlingException(long retryInMs)

Classe Constructor for MsalThrottlingException

Parâmetros:

retryInMs

Detalhes do método

retryInMs

public long retryInMs()

quanto tempo esperar antes da solicitação de repetição

Aplica-se a