Package com.firebase.ui.auth
Class FirebaseUiUserCollisionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.firebase.ui.auth.FirebaseUiUserCollisionException
-
- All Implemented Interfaces:
java.io.Serializable
public class FirebaseUiUserCollisionException extends java.lang.ExceptionInternal exception which holds the necessary data to complete sign-in in the event of a recoverable error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FirebaseUiUserCollisionException(int code, java.lang.String message, java.lang.String providerId, java.lang.String email, com.google.firebase.auth.AuthCredential credential)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.firebase.auth.AuthCredentialgetCredential()java.lang.StringgetEmail()intgetErrorCode()java.lang.StringgetProviderId()
-
-
-
Method Detail
-
getProviderId
@NonNull public java.lang.String getProviderId()
-
getEmail
@NonNull public java.lang.String getEmail()
-
getCredential
@NonNull public com.google.firebase.auth.AuthCredential getCredential()
-
getErrorCode
public final int getErrorCode()
- Returns:
- error code associated with this exception
- See Also:
ErrorCodes
-
-