FirebaseException

public class FirebaseException extends Exception
Known Direct Subclasses

Base class for all Firebase exceptions.

Public Constructor Summary

FirebaseException(String detailMessage)
FirebaseException(String detailMessage, Throwable cause)

Protected Constructor Summary

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

Inherited Method Summary

Public Constructors

public FirebaseException (String detailMessage)

public FirebaseException (String detailMessage, Throwable cause)

Protected Constructors

protected FirebaseException ()

This constructor is deprecated.
Use other constructors instead.