public class AuthyException extends Exception
Copyright © 2017 Twilio, Inc. All Rights Reserved.
| Constructor and Description |
|---|
AuthyException(String message) |
AuthyException(String message,
Integer status,
Error.Code errorCode) |
AuthyException(String message,
Throwable throwable) |
AuthyException(String message,
Throwable throwable,
Integer status) |
AuthyException(String message,
Throwable throwable,
Integer status,
Error.Code errorCode) |
| Modifier and Type | Method and Description |
|---|---|
Error.Code |
getErrorCode() |
int |
getStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthyException(String message, Throwable throwable, Integer status, Error.Code errorCode)
public AuthyException(String message, Integer status, Error.Code errorCode)
public AuthyException(String message)
public int getStatus()
public Error.Code getErrorCode()
Copyright © 2019. All rights reserved.