-
- All Implemented Interfaces:
-
java.io.Serializable
public class RegistrationException extends VoiceException
Exceptions related to registering for push notifications.
-
-
Field Summary
Fields Modifier and Type Field Description public final static intEXCEPTION_REGISTRATION_ERRORpublic final static intEXCEPTION_UNSUPPORTED_CANCEL_MESSAGE_ERRORpublic final static intEXCEPTION_CONFLICTpublic final static intEXCEPTION_UPGRADE_REQUIREDpublic final static intEXCEPTION_TOO_MANY_REQUEST
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.twilio.voice.VoiceException
getErrorCode, getExplanation, getMessage -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-