Package com.fifa.connectservicebus.sdk
Class TooManyRequestsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.fifa.connectservicebus.sdk.FifaConnectServiceBusException
-
- com.fifa.connectservicebus.sdk.TooManyRequestsException
-
- All Implemented Interfaces:
Serializable
public class TooManyRequestsException extends FifaConnectServiceBusException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TooManyRequestsException(String message, int retryAfter, com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetRetryAfter()-
Methods inherited from class com.fifa.connectservicebus.sdk.FifaConnectServiceBusException
getServiceResponse
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-