Class RateLimitedClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.apicurio.rest.client.error.ApicurioRestClientException
-
- io.apicurio.registry.rest.client.exception.RateLimitedClientException
-
- All Implemented Interfaces:
Serializable
public class RateLimitedClientException extends io.apicurio.rest.client.error.ApicurioRestClientException
- Author:
- Fabian Martinez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RateLimitedClientException(String error)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RateLimitedClientException
public RateLimitedClientException(String error)
Constructor.- Parameters:
error
-
-
-