FirebaseException

public classFirebaseExceptionextendsException
Known Direct Subclasses

Base class for all Firebase exceptions.

Public Constructor Summary

FirebaseException(String detailMessage)
FirebaseException(String detailMessage,Throwablecause)

Protected Constructor Summary

FirebaseException()
This constructor is deprecated. Use other constructors instead.

Inherited Method Summary

Public Constructors

publicFirebaseException(String detailMessage)

publicFirebaseException(StringdetailMessage, Throwable cause)

Protected Constructors

protectedFirebaseException()

This constructor is deprecated.
Use other constructors instead.