public class

FirebaseNetworkException

extends FirebaseException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.firebase.FirebaseException
         ↳ com.google.firebase.FirebaseNetworkException

Class Overview

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
FirebaseNetworkException(String detailMessage)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public FirebaseNetworkException (String detailMessage)

Parameters
detailMessage String