FirebaseNetworkException

public class FirebaseNetworkException extends FirebaseException


Exception thrown when a request to a Firebase service has failed due to a network error. Inspect the device's network connectivity state or retry later to resolve.

Summary

Public constructors

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[] stackTrace)
String

Public constructors

FirebaseNetworkException

public FirebaseNetworkException(@NonNull String detailMessage)