public final class FirebaseAuthActionCodeException extends FirebaseAuthException
Represents the exception which is a result of an expired or an invalid out of band code.
Inherited Method Summary
From class com.google.firebase.auth.FirebaseAuthException
String |
getErrorCode()
Returns an error code that may provide more information about the error.
|
From class java.lang.Throwable
synchronized final void |
addSuppressed(Throwable
arg0)
|
synchronized Throwable |
fillInStackTrace()
|
synchronized Throwable |
getCause()
|
String |
getLocalizedMessage()
|
String |
getMessage()
|
StackTraceElement[] |
getStackTrace()
|
synchronized final Throwable[] |
getSuppressed()
|
synchronized Throwable |
initCause(Throwable
arg0)
|
void |
printStackTrace()
|
void |
printStackTrace(PrintWriter
arg0)
|
void |
printStackTrace(PrintStream
arg0)
|
void |
setStackTrace(StackTraceElement[]
arg0)
|
String |
toString()
|