Package com.firebase.ui.auth
Class FirebaseUiUserCollisionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.firebase.ui.auth.FirebaseUiUserCollisionException
-
- All Implemented Interfaces:
Serializable
public class FirebaseUiUserCollisionException extends Exception
Internal 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, String message, String providerId, 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()StringgetEmail()intgetErrorCode()StringgetProviderId()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getProviderId
@NonNull public String getProviderId()
-
getEmail
@NonNull public 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
-
-