Package com.twilio.voice
Class RegistrationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.twilio.voice.VoiceException
-
- com.twilio.voice.RegistrationException
-
- All Implemented Interfaces:
java.io.Serializable
public class RegistrationException extends VoiceException
Exceptions related to registering for push notifications.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
EXCEPTION_CONFLICT
static int
EXCEPTION_REGISTRATION_ERROR
static int
EXCEPTION_TOO_MANY_REQUEST
static int
EXCEPTION_UNSUPPORTED_CANCEL_MESSAGE_ERROR
static int
EXCEPTION_UPGRADE_REQUIRED
-
Fields inherited from class com.twilio.voice.VoiceException
EXCEPTION_ACCESS_TOKEN_REJECTED, EXCEPTION_AUTH_FAILURE, EXCEPTION_BAD_GATEWAY, EXCEPTION_BAD_REQUEST, EXCEPTION_FORBIDDEN, EXCEPTION_GATEWAY_TIMEOUT, EXCEPTION_INTERNAL_SERVER_ERROR, EXCEPTION_INVALID_ACCESS_TOKEN, EXCEPTION_INVALID_ACCESS_TOKEN_EXPIRY, EXCEPTION_INVALID_ACCESS_TOKEN_GRANT, EXCEPTION_INVALID_ACCESS_TOKEN_HEADER, EXCEPTION_INVALID_ACCESS_TOKEN_NOT_VALID_YET, EXCEPTION_INVALID_ISSUER_SUBJECT, EXCEPTION_INVALID_SIGNATURE, EXCEPTION_INVALID_TOKEN, EXCEPTION_INVALID_TTL, EXCEPTION_NOT_FOUND, EXCEPTION_REQUEST_TIMEOUT, EXCEPTION_SERVICE_UNAVAILABLE
-
-
Method Summary
-
Methods inherited from class com.twilio.voice.VoiceException
getErrorCode, getExplanation, getMessage
-
-
-
-
Field Detail
-
EXCEPTION_REGISTRATION_ERROR
public static final int EXCEPTION_REGISTRATION_ERROR
- See Also:
- Constant Field Values
-
EXCEPTION_UNSUPPORTED_CANCEL_MESSAGE_ERROR
public static final int EXCEPTION_UNSUPPORTED_CANCEL_MESSAGE_ERROR
- See Also:
- Constant Field Values
-
EXCEPTION_CONFLICT
public static final int EXCEPTION_CONFLICT
- See Also:
- Constant Field Values
-
EXCEPTION_UPGRADE_REQUIRED
public static final int EXCEPTION_UPGRADE_REQUIRED
- See Also:
- Constant Field Values
-
EXCEPTION_TOO_MANY_REQUEST
public static final int EXCEPTION_TOO_MANY_REQUEST
- See Also:
- Constant Field Values
-
-