public class

FirebaseAuthInvalidCredentialsException

extends FirebaseAuthException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.firebase.FirebaseException
         ↳ com.google.firebase.auth.FirebaseAuthException
           ↳ com.google.firebase.auth.FirebaseAuthInvalidCredentialsException
Known Direct Subclasses

Class Overview

Thrown when one or more of the credentials passed to a method fail to identify and/or authenticate the user subject of that operation. Inspect the error code and message to find out the specific cause.

Summary

Public Constructors
FirebaseAuthInvalidCredentialsException(String code, String message)
[Expand]
Inherited Methods
From class com.google.firebase.auth.FirebaseAuthException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public FirebaseAuthInvalidCredentialsException (String code, String message)

Parameters
code String
message String