Class TooManyRequestsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.datasteel.crudcraft.runtime.exception.CrudCraftRuntimeException
nl.datasteel.crudcraft.runtime.exception.TooManyRequestsException
- All Implemented Interfaces:
Serializable
@ResponseStatus(TOO_MANY_REQUESTS)
public class TooManyRequestsException
extends CrudCraftRuntimeException
429 Too Many Requests - rate limiting exceeded.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTooManyRequestsException
(String message) Constructs a TooManyRequestsException with a default message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TooManyRequestsException
Constructs a TooManyRequestsException with a default message.- Parameters:
message
- the detail message
-