{% include "/android/_dackka-meta-tags.html" %}

FirebaseException

{% setvar page_path %}com/google/firebase/FirebaseException.html{% endsetvar %} {% setvar doc_root_path %}/android/reference{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "android/_java_switcher2.md" %}

public class FirebaseException extends Exception

java.lang.Object
   ↳ kotlin.Throwable
     ↳ java.lang.Exception
       ↳ com.google.firebase.FirebaseException
Known direct subclasses
FirebaseApiNotAvailableException

Indicates that a requested API is not available.


Base class for all Firebase exceptions.

Summary

Public constructors

FirebaseException(@NonNull String detailMessage, Throwable cause)

Protected constructors

This method is deprecated.

Use other constructors instead.

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] p)
String

Public constructors

FirebaseException

public FirebaseException(@NonNull String detailMessage)

FirebaseException

public FirebaseException(@NonNull String detailMessage, Throwable cause)

Protected constructors

FirebaseException

protected FirebaseException()