public final class VerificationSmsResponseException extends ResponseException
Modifier and Type | Class and Description |
---|---|
static class |
VerificationSmsResponseException.Code
The error codes that can be returned with this exception
|
Constructor and Description |
---|
VerificationSmsResponseException(VerificationSmsResponseException.Code errorCode,
String message)
Create a new exception
|
VerificationSmsResponseException(VerificationSmsResponseException.Code errorCode,
String message,
Throwable cause)
Create a new exception
|
Modifier and Type | Method and Description |
---|---|
VerificationSmsResponseException.Code |
getErrorCode()
The error code associated with this exception
|
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VerificationSmsResponseException(VerificationSmsResponseException.Code errorCode, String message)
public VerificationSmsResponseException(VerificationSmsResponseException.Code errorCode, String message, Throwable cause)
public VerificationSmsResponseException.Code getErrorCode()