FirebaseAuthInvalidCredentialsException

public class FirebaseAuthInvalidCredentialsException extends FirebaseAuthException

Known direct subclasses
FirebaseAuthWeakPasswordException

Thrown when using a weak password (less than 6 chars) to create a new account or to update an existing account's password.


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

Default constructor.

Inherited methods

From com.google.firebase.auth.FirebaseAuthException
@NonNull String

Returns an error code that may provide more information about the error.

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] p)
String

Public constructors

FirebaseAuthInvalidCredentialsException

public FirebaseAuthInvalidCredentialsException(
    @NonNull String code,
    @NonNull String message
)

Default constructor.