public class RequestLimitExceededException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
RequestLimitExceededException(java.lang.String limit,
java.lang.String reset) |
RequestLimitExceededException(java.lang.String limit,
java.lang.String reset,
java.lang.Throwable cause) |
public RequestLimitExceededException(java.lang.String limit,
java.lang.String reset)
limit - The number of requests allowed per time periodreset - The amount of time before the number of allowed requests resetspublic RequestLimitExceededException(java.lang.String limit,
java.lang.String reset,
java.lang.Throwable cause)
limit - The number of requests allowed per time periodreset - The amount of time before the number of allowed requests resetscause - The root cause that indicated an error occurred