FirebaseAuthException
Stay organized with collections
Save and categorize content based on your preferences.
Generic exception related to Firebase Authentication. Check the error code and message for more
details.
Public Constructor Summary
Inherited Method Summary
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()
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-04-28 UTC.
[null,null,["Last updated 2021-04-28 UTC."],[],[],null,["# FirebaseAuthException\n\npublic class **FirebaseAuthException** extends [FirebaseException](/docs/reference/admin/java/reference/com/google/firebase/FirebaseException) \nGeneric exception related to Firebase Authentication. Check the error code and message for more\ndetails. \n\n### Public Constructor Summary\n\n|---|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| | [FirebaseAuthException](/docs/reference/admin/java/reference/com/google/firebase/auth/FirebaseAuthException#FirebaseAuthException(com.google.firebase.ErrorCode, java.lang.String, java.lang.Throwable, com.google.firebase.IncomingHttpResponse, com.google.firebase.auth.AuthErrorCode))([ErrorCode](/docs/reference/admin/java/reference/com/google/firebase/ErrorCode) errorCode, String message, Throwable cause, [IncomingHttpResponse](/docs/reference/admin/java/reference/com/google/firebase/IncomingHttpResponse) response, [AuthErrorCode](/docs/reference/admin/java/reference/com/google/firebase/auth/AuthErrorCode) authErrorCode) |\n| | [FirebaseAuthException](/docs/reference/admin/java/reference/com/google/firebase/auth/FirebaseAuthException#FirebaseAuthException(com.google.firebase.FirebaseException))([FirebaseException](/docs/reference/admin/java/reference/com/google/firebase/FirebaseException) base) |\n\n### Public Method Summary\n\n|----------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------|\n| [AuthErrorCode](/docs/reference/admin/java/reference/com/google/firebase/auth/AuthErrorCode) | [getAuthErrorCode](/docs/reference/admin/java/reference/com/google/firebase/auth/FirebaseAuthException#getAuthErrorCode())() |\n\n### Inherited Method Summary\n\nFrom class [com.google.firebase.FirebaseException](/docs/reference/admin/java/reference/com/google/firebase/FirebaseException) \n\n|-------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| final [ErrorCode](/docs/reference/admin/java/reference/com/google/firebase/ErrorCode) | [getErrorCode](/docs/reference/admin/java/reference/com/google/firebase/FirebaseException#getErrorCode())() Returns the platform-wide error code associated with this exception. |\n| final [IncomingHttpResponse](/docs/reference/admin/java/reference/com/google/firebase/IncomingHttpResponse) | [getHttpResponse](/docs/reference/admin/java/reference/com/google/firebase/FirebaseException#getHttpResponse())() Returns the HTTP response that resulted in this exception. |\n\nFrom class java.lang.Throwable \n\n|----------------------------------|-------------------------------------------|\n| synchronized final void | addSuppressed(Throwable arg0) |\n| synchronized Throwable | fillInStackTrace() |\n| synchronized Throwable | getCause() |\n| String | getLocalizedMessage() |\n| String | getMessage() |\n| StackTraceElement\\[\\] | getStackTrace() |\n| synchronized final Throwable\\[\\] | getSuppressed() |\n| synchronized Throwable | initCause(Throwable arg0) |\n| void | printStackTrace() |\n| void | printStackTrace(PrintWriter arg0) |\n| void | printStackTrace(PrintStream arg0) |\n| void | setStackTrace(StackTraceElement\\[\\] arg0) |\n| String | toString() |\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| Object | clone() |\n| boolean | equals(Object arg0) |\n| void | finalize() |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nPublic Constructors\n-------------------\n\n#### public\n**FirebaseAuthException**\n([ErrorCode](/docs/reference/admin/java/reference/com/google/firebase/ErrorCode) errorCode, String message, Throwable cause, [IncomingHttpResponse](/docs/reference/admin/java/reference/com/google/firebase/IncomingHttpResponse) response, [AuthErrorCode](/docs/reference/admin/java/reference/com/google/firebase/auth/AuthErrorCode) authErrorCode)\n\n\u003cbr /\u003e\n\n#### public\n**FirebaseAuthException**\n([FirebaseException](/docs/reference/admin/java/reference/com/google/firebase/FirebaseException) base)\n\n\u003cbr /\u003e\n\nPublic Methods\n--------------\n\n#### public [AuthErrorCode](/docs/reference/admin/java/reference/com/google/firebase/auth/AuthErrorCode)\n**getAuthErrorCode**\n()\n\n\u003cbr /\u003e"]]