public final class InvalidRequestException
extends java.io.IOException
This is equivalent to GCM posts that return an HTTP error different of 200.
| Constructor and Description |
|---|
InvalidRequestException(int status) |
InvalidRequestException(int status,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the error description.
|
int |
getHttpStatusCode()
Gets the HTTP Status Code.
|