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.
Public Constructor Summary
Inherited Method Summary
From class java.lang.Throwable
From class java.lang.Object
|
Object
|
clone()
|
| boolean |
|
| void |
finalize()
|
|
final Class<?>
|
getClass()
|
| int |
hashCode()
|
| final void |
notify()
|
| final void |
notifyAll()
|
|
String
|
toString()
|
| final void |
wait(long arg0, int arg1)
|
| final void |
wait(long arg0)
|
| final void |
wait()
|
Public Constructors
public FirebaseAuthInvalidCredentialsException (String
code, String
message)