-
- All Implemented Interfaces:
-
java.io.Serializable
public class FirebaseUiUserCollisionException extends Exception
Internal exception which holds the necessary data to complete sign-in in the event of a recoverable error.
-
-
Constructor Summary
Constructors Constructor Description FirebaseUiUserCollisionException(int code, String message, String providerId, String email, AuthCredential credential)
-
Method Summary
Modifier and Type Method Description StringgetProviderId()StringgetEmail()AuthCredentialgetCredential()final intgetErrorCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getProviderId
@NonNull() String getProviderId()
-
getCredential
@NonNull() AuthCredential getCredential()
-
getErrorCode
final int getErrorCode()
-
-
-
-