FirebaseException Stay organized with collections Save and categorize content based on your preferences.
public classFirebaseException extendsException
| Known Direct Subclasses FirebaseApiNotAvailableException, FirebaseAppIndexingException,FirebaseAuthException, FirebaseFirestoreException,FirebaseNetworkException, FirebaseRemoteConfigException,FirebaseTooManyRequestsException,StorageException
| ||||||||||||||||||
| Known Indirect Subclasses FirebaseAppIndexingInvalidArgumentException, FirebaseAppIndexingTooManyArgumentsException, FirebaseAuthActionCodeException,FirebaseAuthEmailException, FirebaseAuthInvalidCredentialsException, FirebaseAuthInvalidUserException, FirebaseAuthRecentLoginRequiredException, FirebaseAuthUserCollisionException, FirebaseAuthWeakPasswordException, FirebaseRemoteConfigFetchException, FirebaseRemoteConfigFetchThrottledException
| ||||||||||||||||||||||||
Base class for all Firebase exceptions.
Public Constructor Summary
FirebaseException(String detailMessage) | |
Protected Constructor Summary
Inherited Method Summary
From class java.lang.Throwable
| synchronized final void | addSuppressed(Throwable arg0) |
| synchronizedThrowable | fillInStackTrace() |
| synchronizedThrowable | getCause() |
| String | getLocalizedMessage() |
| String | getMessage() |
| StackTraceElement[] | getStackTrace() |
| synchronized finalThrowable[] | getSuppressed() |
| synchronizedThrowable | initCause(Throwable arg0) |
| void | printStackTrace() |
| void | printStackTrace(PrintWriter arg0) |
| void | printStackTrace(PrintStream arg0) |
| void | setStackTrace(StackTraceElement[] arg0) |
| String | toString() |
Public Constructors
Protected Constructors
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-08-08 UTC.