Class 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 Detail

      • FirebaseUiUserCollisionException

        public FirebaseUiUserCollisionException​(int code,
                                                @NonNull
                                                String message,
                                                @NonNull
                                                String providerId,
                                                @NonNull
                                                String email,
                                                @NonNull
                                                com.google.firebase.auth.AuthCredential credential)
    • 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