FirebaseException

public class FirebaseException extends Exception

Known direct subclasses
FirebaseApiNotAvailableException

Indicates that a requested API is not available.


Base class for all Firebase exceptions.

Summary

Public constructors

FirebaseException(@NonNull String detailMessage, Throwable cause)

Protected constructors

This method is deprecated.

Use other constructors instead.

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] p)
String

Public constructors

FirebaseException

public FirebaseException(@NonNull String detailMessage)

FirebaseException

public FirebaseException(@NonNull String detailMessage, Throwable cause)

Protected constructors

FirebaseException

protected FirebaseException()