Package com.firebase.ui.auth
Class FirebaseUiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.firebase.ui.auth.FirebaseUiException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IntentRequiredException,PendingIntentRequiredException,PhoneNumberVerificationRequiredException,UserCancellationException
public class FirebaseUiException extends Exception
Base class for all FirebaseUI exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FirebaseUiException(int code)FirebaseUiException(int code, String message)FirebaseUiException(int code, String message, Throwable cause)FirebaseUiException(int code, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getErrorCode
public final int getErrorCode()
- Returns:
- error code associated with this exception
- See Also:
ErrorCodes
-
-