Package org.knowm.xchange.exceptions
Class RateLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.knowm.xchange.exceptions.ExchangeException
org.knowm.xchange.exceptions.RateLimitExceededException
- All Implemented Interfaces:
Serializable
public class RateLimitExceededException extends ExchangeException
An exception indicating there the rate limit for making requests has been exceeded
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RateLimitExceededException()
RateLimitExceededException(String message)
RateLimitExceededException(String message, Throwable cause)
RateLimitExceededException(Throwable e)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RateLimitExceededException
-
RateLimitExceededException
-
RateLimitExceededException
-
RateLimitExceededException
public RateLimitExceededException()
-