public class

FirebaseAuthException

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

Class Overview

Generic exception related to Firebase Authentication. Check the error code and message for more details.

Summary

Public Constructors
FirebaseAuthException(ErrorCode errorCode, String message, Throwable cause, IncomingHttpResponse response, AuthErrorCode authErrorCode)
FirebaseAuthException(FirebaseException base)
Public Methods
AuthErrorCode getAuthErrorCode()
[Expand]
Inherited Methods
From class com.google.firebase.FirebaseException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public FirebaseAuthException (ErrorCode errorCode, String message, Throwable cause, IncomingHttpResponse response, AuthErrorCode authErrorCode)

public FirebaseAuthException (FirebaseException base)

Public Methods

public AuthErrorCode getAuthErrorCode ()