public class

DatabaseException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.google.firebase.database.DatabaseException

Class Overview

This error is thrown when the Firebase Database library is unable to operate on the input it has been given.

Summary

[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object