Class EtaPlusOperationExceptions.RateLimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
energy.eddie.regionconnector.de.eta.exceptions.EtaPlusOperationExceptions.RateLimitException
- All Implemented Interfaces:
Serializable
- Enclosing class:
EtaPlusOperationExceptions
Thrown when the ETA Plus API responds with HTTP 429 (Too Many Requests).
This signals a temporary condition where a backoff/retry strategy should be applied
rather than aborting the request permanently.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RateLimitException
-