@Provider final class RateLimitExceededExceptionMapper extends RestExceptionMapper<RateLimitExceededException>
Modifier and Type | Field and Description |
---|---|
private static javax.ws.rs.core.Response.StatusType |
RESPONSE_STATUS |
Constructor and Description |
---|
RateLimitExceededExceptionMapper() |
Modifier and Type | Method and Description |
---|---|
protected javax.ws.rs.core.Response.StatusType |
getStatus(RateLimitExceededException exception) |
getMessage, setRequestProvider, toResponse
private static final javax.ws.rs.core.Response.StatusType RESPONSE_STATUS
protected javax.ws.rs.core.Response.StatusType getStatus(RateLimitExceededException exception)
getStatus
in class RestExceptionMapper<RateLimitExceededException>
exception
- Unused param