-
- All Implemented Interfaces:
-
java.io.Serializable
@RestrictTo(value = RestrictTo.Scope.LIBRARY_GROUP) public class FirebaseAuthAnonymousUpgradeException extends Exception
-
-
Constructor Summary
Constructors Constructor Description FirebaseAuthAnonymousUpgradeException(int code, IdpResponse response)
-
Method Summary
Modifier and Type Method Description IdpResponsegetResponse()-
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
-
-
Constructor Detail
-
FirebaseAuthAnonymousUpgradeException
FirebaseAuthAnonymousUpgradeException(int code, IdpResponse response)
-
-
Method Detail
-
getResponse
IdpResponse getResponse()
-
-
-
-