Class GenieClientTooManyRequestsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.netflix.genie.client.exceptions.GenieClientException
com.netflix.genie.client.exceptions.GenieClientTooManyRequestsException
- All Implemented Interfaces:
Serializable
An exception class that represents 429 - Too Many Requests received from the server.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Constructor. -
Method Summary
Methods inherited from class com.netflix.genie.client.exceptions.GenieClientException
getErrorCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GenieClientTooManyRequestsException
public GenieClientTooManyRequestsException()Constructor. -
GenieClientTooManyRequestsException
Constructor.- Parameters:
msg
- human readable message
-