MsalThrottlingException Class
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - java.
lang. RuntimeException - com.
microsoft. aad. msal4j. MsalException - com.
microsoft. aad. msal4j. MsalServiceException - com.
microsoft. aad. msal4j. MsalThrottlingException
- com.
- com.
- com.
- java.
- java.
- java.
public class MsalThrottlingException
extends MsalServiceException
Exception type thrown when service returns throttling instruction: Retry-After header, 429 or 5xx statuses.
Constructor Summary
Constructor | Description |
---|---|
MsalThrottlingException(long retryInMs) |
Constructor for Msal |
Method Summary
Modifier and Type | Method and Description |
---|---|
long |
retryInMs()
how long to wait before repeating request |
Methods inherited from MsalException
Methods inherited from MsalServiceException
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Constructor Details
MsalThrottlingException
public MsalThrottlingException(long retryInMs)
Constructor for MsalThrottlingException class
Parameters:
Method Details
retryInMs
public long retryInMs()
how long to wait before repeating request