public class RegistrationException extends VoiceException
Modifier and Type | Field and 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 |
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
getErrorCode, getExplanation, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int EXCEPTION_REGISTRATION_ERROR
public static final int EXCEPTION_UNSUPPORTED_CANCEL_MESSAGE_ERROR
public static final int EXCEPTION_CONFLICT
public static final int EXCEPTION_UPGRADE_REQUIRED
public static final int EXCEPTION_TOO_MANY_REQUEST
5.3.0