public class

FirebaseAuthEmailException

extends FirebaseAuthException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.firebase.FirebaseException
         ↳ com.google.firebase.auth.FirebaseAuthException
           ↳ com.google.firebase.auth.FirebaseAuthEmailException

Class Overview

Represents the exception which is a result of an attempt to send an email via Firebase Auth (e.g. a password reset email)

Summary

[Expand]
Inherited Methods
From class com.google.firebase.auth.FirebaseAuthException
From class java.lang.Throwable
From class java.lang.Object