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:
Serializable
Exceptions related to registering for push notifications.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
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
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
EXCEPTION_REGISTRATION_ERROR
public static final int EXCEPTION_REGISTRATION_ERROR- See Also:
-
EXCEPTION_UNSUPPORTED_CANCEL_MESSAGE_ERROR
public static final int EXCEPTION_UNSUPPORTED_CANCEL_MESSAGE_ERROR- See Also:
-
EXCEPTION_CONFLICT
public static final int EXCEPTION_CONFLICT- See Also:
-
EXCEPTION_UPGRADE_REQUIRED
public static final int EXCEPTION_UPGRADE_REQUIRED- See Also:
-
EXCEPTION_TOO_MANY_REQUEST
public static final int EXCEPTION_TOO_MANY_REQUEST- See Also:
-