MsalThrottlingException Classe

public class MsalThrottlingException
extends MsalServiceException

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

Resumo do Construtor

Construtor Descrição
MsalThrottlingException(long retryInMs)

Construtor paraa classe de exceção Msal Throttling

Resumo do Método

Modificador e Tipo Método e Descrição
long retryInMs()

quanto tempo esperar antes de repetir o pedido

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)

Construtor para a classe MsalThrottlingException

Parâmetros:

retryInMs

Detalhes de Método

retryInMs

public long retryInMs()

quanto tempo esperar antes de repetir o pedido

Aplica-se a