public class

FirebaseException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.firebase.FirebaseException
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Base class for all Firebase exceptions.

Summary

Public Constructors
FirebaseException(String detailMessage)
FirebaseException(String detailMessage, Throwable cause)
Protected Constructors
FirebaseException()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public FirebaseException (String detailMessage)

public FirebaseException (String detailMessage, Throwable cause)

Protected Constructors

protected FirebaseException ()