{% setvar book_path %}/android/reference/kotlin/_book.yaml{% endsetvar %} {% 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/_kotlin_switcher2.md" %}

class FirebaseException : Exception

kotlin.Any
   ↳ 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(detailMessage: String)
FirebaseException(detailMessage: String, cause: Throwable!)

Protected constructors

This function is deprecated.

Use other constructors instead.

Inherited functions

From java.lang.Throwable

Public constructors

FirebaseException

FirebaseException(detailMessage: String)

FirebaseException

FirebaseException(detailMessage: String, cause: Throwable!)

Protected constructors

FirebaseException

protected FirebaseException()