Class FirebaseUiException

    • Constructor Detail

      • FirebaseUiException

        public FirebaseUiException​(int code)
      • FirebaseUiException

        public FirebaseUiException​(int code,
                                   @NonNull
                                   String message)
      • FirebaseUiException

        public FirebaseUiException​(int code,
                                   @NonNull
                                   Throwable cause)
      • FirebaseUiException

        public FirebaseUiException​(int code,
                                   @NonNull
                                   String message,
                                   @NonNull
                                   Throwable cause)
    • Method Detail

      • getErrorCode

        public final int getErrorCode()
        Returns:
        error code associated with this exception
        See Also:
        ErrorCodes